AP to GL Transfer: How to have a custom Journal Header name in GL.

Hi,
Does any one know how to have a custom Journal Header name while transferring the Journals from AP to GL?
Assume that I am transferring the Journals which belongs to a Single Invoice from AP to GL. When these Journals are transferred from AP to GL, Oracle will create a Journal Header with the default naming convention. The Oracle generated Header name will be as shown below.
*123456 Purchase Invoices USD*. Where 123456 is AE_HEADER_ID and USD is the Invoice Currency code.
Our requirement is, we want the Journal Header name something like *"Hello World"+TIMESTAMP*, where TIMESTAMP is the date when the user has ran the AP to GL transfer program.
I know that when building the AAD(Application Accounting Definition) we can define the Journal Header descriptions and Journal Lines descriptions. But, I did not see any setup option to have the custom Journal Header name in GL.
Any suggestions on this issue are highly appreciated.
Advanced Thanks,
Lokesh.

Hi Lokesh,
The best way to have a custom journal header name is using hook package.
When data move from XLA to GL, every time it creates a new dynamic table as GL_INTERFACE table but the name is different (XLA_GLT_XXXXX).
This table information stores in 'gl_interface_control' table but after use the record has deleted from 'gl_interface_control'.
So we can't see table information after finishing create accounting program.
What the modification you will made in this table it will affect GL base table. So to made custom journal header name, we need to change Reference4 column of dynamic table.
Here is the code to get the table name and through procedure you can update the Reference4 column.
FUNCTION pre_module_hook(run_id IN NUMBER,
               errbuf IN OUT NOCOPY VARCHAR2) RETURN BOOLEAN IS
chr_errbuf varchar2(50);
chr_retcode varchar2(50);
l_interface_Table_name varchar2(2000);
BEGIN
     SELECT interface_table_name
into l_interface_Table_name
FROM gl_interface_control
WHERE interface_run_id = run_id;
     BEGIN     
xxdb_gl_icaccntgdist_pkg.gl_int_jrnl_update (chr_errbuf,chr_retcode,l_interface_Table_name);
RETURN(TRUE);
     END;
END pre_module_hook;
Make these changes in GL_IMPORT_HOOK_PKG.pre_module_hook function.
You can make the changes through calling procedure using dynamic query under the function pre_module_hook.
Thanks,
Gaurav K
Edited by: 972729 on Nov 22, 2012 4:46 AM

Similar Messages

  • How to Change Journal Header name to Custom Header Name while GL Importing?

    Hello Experts,
    I am in situation where customer wanted to keep their own journal header naming conventions to imported journals in Oracle GL for custom Journal sources.
    As I know while importing journals, Oracle Creates the Journal Name based on the below mentioned logic.
    "Journal Import creates a default journal entry name using the following format:
    (Optional User-Entered REFERENCE4)(Category Name)(Currency)
    (Currency Conversion Type, if applicable)
    (Currency Conversion Rate, if applicable)
    (Currency Conversion Date, if applicable) (Encumbrance Type ID, if applicable)
    (Budget VersionID, if applicable). If you enter a journal entry name,
    Journal Import prepends the first 25 characters of your journal entry name to
    the above format"
    But then How it is possible to only allow journal header Name to be used present in REFERENCE4 excluding all other string provided by Oracle? Instead of using omitted string custmoer wanted to keep their own parameters. Example - REFERENCE4.A.B.C etc.
    Is it possible to solve this using seeded setup or modifying some hook packages or anything else?
    As far as I know there can be one workaround to be use of updating journal header name after journal import being completed successfully for custom journal source. But only fear is Oracle doesnt allow updating the base table without API. Am I rght?
    So it would be really great if anyone of you can suggest the best solution or best possible workaround.
    Thanks

    Duplicate - How to Change Journal Header name to Custom Header Name while GL Importing?

  • How to get the dynamic Crosstab header name ?

    Hi ,
    The crosstab resaults shows as below ,How to get the dynamic Crosstab header name ?
    | Countryname |
    | Province1 | Province2 |
    | here to get CountryName | here to get CountryName |
    how to get the Countryname in data ceil?
    thanks

    Could you please elaborate on your requirement?
    You want header to be dynamic?

  • Using log and transfer,  how do I change the source reel name?

    I am importing/transfering native camera footage from folders on a disk that have the same card numbers, FCP is assigning the card number as the source reel.  Is it a problem if there are 2 source reels named the same?  ie card 1?
    If so how do I change the name of the reel for  footage already transferred and how do I assign a new reel name before transfer?
    Thanks!

    Chacos wrote:
    how do I change the name of the reel for  footage already transferred
    In the FCP Browser, switch to list view, then scroll the browser to see the Reel Column. You can enter the reel number there by clicking where the reel number would be and entering it. After you have done one, copy that reel text, and then  select multiple clips and paste the reel number into them simultaneously.
    MtD

  • How to have a custom background at kernel boot?

    Hello everyone, I want to have a custom background at kernel boot since arch doesn't have a graphical loader (just like ubuntu,xp..).  It would be nice to see my favorite image during this boot process..:D
    Any tips?
    Thanks in advance...

    http://wiki.archlinux.org/index.php/Fbsplash
    http://wiki.archlinux.org/index.php/Gensplash
    Look at those links, might help you out

  • How to have a custom Item Number in Sales Order Items

    Hello Experts,
    We are creating a sales order using IDoc, sales order gets created but, its not taking value what we are populating in Item Number field for Item. Defualtly its filling 10,20 and so on...
    Is there any thing that I need to maintain, so that SAP accepts the custom number for Item number.
    Please help,
    Thanks,
    Suma

    Hi Suma,
    In VOV8, you can see the fields Number system..here u can see sub item increment u can enter 12 here then the next item number will be 500012, 500024 and so on. But if u want to maintain external number range then follow this steps.
    Determine which external number ranges are provided for the relevant
    document type. Choose the function "Maintain number range" of the
    document type (for example: Purchase order -> Maintain number range)
    for this purpose.
    Choose a number range and note its number.
    Enter the number of the desired number range.
    Thanks,
    Raja

  • How to add new custom SOAP header when generate webservice?

    Hi
    When invoke an external webservice, SOA Gateway provide a method to add new customized SOAP Header, via extending seeded java function "WebServiceInvokerSubscription".
    And in case of generating a new webservice in EBS, is there some similar method to add new customized SOAP header in the webservice?
    Thanks
    James

    Look at your Payment Process Profile. THere should be a reporting subtab and within that subtab is a Separate Remittance Advice region. I believe that is where you specify the format for the remittance advice document (which is built in XML Publisher). Take a look at that.
    John Dickey

  • How to have "new folder" command automatically select "untitled folder"?

    How to have "new folder" command highlight name change?
    On a couple of my Macs, when I give a "new folder" command, the "untitled folder" name is immediately selected/highlighted for immediate entry of the new name for the folder.
    On other Macs I have, when I give a "new folder" command, I must then manually select the "untitled folder" name before I can type in the new name.
    Does anyone know how to set my Finder so that when I give a "new folder" command it will be immediately highlighted/selected for entry of the new name?
    I'm using the latest OS-X on all of my Macs.

    ZDHart wrote:
    How to have "new folder" command highlight name change?
    On a couple of my Macs, when I give a "new folder" command, the "untitled folder" name is immediately selected/highlighted for immediate entry of the new name for the folder.
    On other Macs I have, when I give a "new folder" command, I must then manually select the "untitled folder" name before I can type in the new name.
    Does anyone know how to set my Finder so that when I give a "new folder" command it will be immediately highlighted/selected for entry of the new name?
    I'm using the latest OS-X on all of my Macs.
    Welcome to Apple Discussions:
    All my Macs select the name in the untitled folder for immediate renaming.
    Exactly what happens when your Mac does not allow immediate renaming? The only way this happens is if the folder loses focus, which can happen if another app is running and takes focus, or if you click the mouse somewhere.

  • How do i transfer music i have bought from one laptop to another?

    how do i transfer music i have bought from one laptop to another?

    Welcome to the Apple Community messilionel.
    The following article(s) may help you.
    Moving your iTunes library to a new computer

  • I have a custom add-on on my work Firefox. I set up Firefox sync to transfer it over to my laptop, however, my add-on still does not appear. How can I fix this?

    As mentioned in the question, I have a custom add-on I want on my other computer. According to your website, I should be able to transfer it effortlessly with Firefox Sync. What am I doing wrong or is there another way I can transfer my add-on to my personal laptop?

    Do you have the original XPI of this extension?
    If that is the case then you can copy the file to the other computer (e.g. via an USB stick) and install the extension via "File (or Firefox > New Tab) > Open File".
    *http://kb.mozillazine.org/Installing_extensions
    Otherwise you can try to copy the installation folder of this extension in the extensions folder in the Firefox profile folder to the Firefox profile folder on the other computer.<br />
    You should see the ID of the extension on the "Help > Troubleshooting Information" page (about:support).

  • How to transfer Painter 12 with my custom brushes from old iMac to a new iMac both running Mavericks

    Hi,
    I just purchased a new iMac. Have Painter 12 on my older iMac and want to be able to transfer Painter 12, with my custom brushes to my new iMac. Tried Airdrop but got a message that it was damaged and that I should trash it. Does any know how to get  Painter 12 with all my custom brushes to my new machine? Both are running Mavericks.
    Thank you,
    Jim

    etresoft,
    Thank you for your response. I did try to use Migration Assistant and I got as far as the two machines trying to communicate with each other. So I guess the answer to your question would be I tried, I failed and it worked until a certain point. I understand that there are other ways to connect the machines, I would have to see if I have the proper cables to do so. Airdrop did get data to my new machine and that tells me that they do see each other on the network. I do not know why they did not see each other via Migration Assistant. I assume that I could go to Corel's site and download Painter 12 to my new machine, ( my new machine does not have a disk drive ), but I will not have my custom brushes etc. and would have to totally make them up in the fresh install version and I am trying to avoid that.
    You are probably correct in saying that Painter 12 probably needs a full reinstallation to work properly. Am I to assume that Migration Assistant will do a full reinstallation, including my custom brushes? I guess I am a little confused here.
    Jim

  • How to have the JTA transaction in ServiceEndpoint interface java method

    Hi,
    I have query how to have the JTA transaction in SEI(Service endpoint interface) generated by WSDL.
    I have a MDMListener (using MDM API) which looks for a recordchange in MDM repository which needs to be send to PI7.1 via soap request.
    1) I had imported the WSDL from ESR(PI) and generated outside-in proxy.
    2) Created ejb3.0 stateless session bean using NWDS
    3) Created web service client application by generating the WSDL again (by Generate client)
    4)Added a method callPI()with Service and i set the context with endpointaddress property as the soap location of the sender agreement configured in PI7.1.
    The damean thread listener(EventDispatcher) looks for MDM record change and it calls the method callPI() from ejbsession bean by lookup to transfer the record to PI7.1 system via webservices(web method). I hit the below error.
    Exception com.sap.engine.services.ts.exceptions.BaseIllegalStateException: Status of ( SAP J2EE Engine JTA Transaction : 06223ffffffa20048fffffffe ) should be active, but it is STATUS_COMMITTED = 3.
    at com.sap.engine.services.ts.jta.impl.TransactionImpl.registerSynchronizationWithoutStatusChecks(TransactionImpl.java:672)
    at com.sap.engine.services.ts.jta.impl.TransactionImpl.registerSynchronization(TransactionImpl.java:641)
    at com.sap.engine.services.ts.transaction.TxLevelSynchronizations.addSynchronization(TxLevelSynchronizations.java:118)
    at com.sap.engine.services.ts.transaction.TxManagerImpl.registerSynchronization(TxManagerImpl.java:829)
    at com.sap.transaction.TxManager.registerSynchronization(TxManager.java:303)
    at com.sap.engine.messaging.runtime.j2ee.sapengine.SAPTransactionManager.registerSynchronization(SAPTransactionManager.java:126)
    at com.sap.engine.messaging.impl.util.tx.TxController.<init>(TxController.java:83)
    //Method in the ejb stateless session bean
    @WebServiceRef (name="DistributeMasterDataService") DistributeMasterDataService service;
    @RelMessagingNW05DTOperation(enableWSRM=true)
    public void callPi(DistributeMasterDataRequestType req) {
    port.distributeMasterDataOutA(req);// the distributeMasterDataOutA is the method available in SEI..Here is the issue on JTA
    For the first time the message(req object)transmits to the PI successfully,but for the second call i hit this JTA Transaction :status should be active, but it is STATUS_COMMITTED = 3.
    I tried chanding the transactionmanagement from container to bean.
    @TransactionManagement(value=TransactionManagementType.BEAN)
    @TransactionAttribute(value=TransactionAttributeType.REQUIRES_NEW)
    I wanted to know how can i have the JTA transaction status in SEI(service enpoint interface)java method distributeMasterDataOutA.Since it is an interface i dont know what annotation can be used.
    If its possible i can try this UserTransaction,
    http://help.sap.com/saphelp_nw04/helpdata/de/f6/7a8df922db4ab79342b46c48dac7d0/content.htm
    ut.begin() & ut.commit(),so that everytime this method is called it will treat as a new transaction..
    Let me know if you need more details??,Any idea provided would be great.
    Thanks
    Sabarinathan

    Hello everybody,
    The issue resolved,we need to have the bean management transaction type and not the container.
    and the transactionattribute value as Requires New
    rgds
    Sabarinathan
    Edited by: Sabarinathan Selvaraj on May 12, 2009 2:17 PM

  • How to have metadata show same settings every time opened

    So I create new settings and save them and they show up fine in the project panel.  But every subsequent time I open the project panel it has reverted to default settings and I have to click on my settings again.  How to have "my settings" become the default?  Any help appreciated. Thanks for reading.  Bo

    No, you are referring to a different issue than the original poster. This is best suited for an entirely new thread, but to offer a bit of insight quickly:
    You are confusing clip metadata and file metadata. Clip metadata is metadata that is assigned to clip references within a single Premiere Pro project. That metadata does not travel with the media files that the clips represent. File metadata is, on the other hand, metadata that is embedded into or otherwise externally associated with those media files, and as such will travel into a new/different Premiere Pro project when imported. Check this help file entry for a summary of the differences between the metadata types.
    Note that there is a preference in the "Media" settings that allow you to link clip and file metadata, so that as you enter metadata into one field, the field in the other metadata is populated. However, this only works for some fields, and only with some file types, like AVI and MOV. For example, P2 MXF metadata is NOT editable within Premiere Pro. This type of metadata has to be edited in an external application (ie. Panasonic P2 Viewer) and then will make the trip into Premiere Pro successfully.
    As a quick solution for you, if you've only logged the clip metadata, and not linked it to the files, or you're using file types that don't allow for editable metadata within Premiere, you can just import your original project into your new one, and the clip metadata will make the transfer.

  • I purchased a new MacBook Pro and when transferring files iphoto did not transfer.  I have a question mark in the place of the icon.  My pictures are in library but can't properly access iphoto.  Thank you

    I purchased a new MacBook Pro and when transferring files iphoto did not transfer.  I have a question mark in the place of the icon.  My pictures are in library but can't properly access iphoto.  Thank you

    Sure-glad to help you. You will not lose any data by changing synching to MacBook Pro from imac. You have set up Time Machine, right? that's how you'd do your backup, so I was told, and how I do my backup on my mac.  You should be able to set a password for it. Save it.  Your stuff should be saved there. So if you want to make your MacBook Pro your primary computer,  I suppose,  back up your stuff with Time machine, turn off Time machine on the iMac, turn it on on the new MacBook Pro, select the hard drive in your Time Capsule, enter your password, and do a backup from there. It might work, and it might take a while, but it should go. As for clogging the hard drive, I can't say. Depends how much stuff you have, and the hard drive's capacity.  As for moving syncing from your iMac to your macbook pro, should be the same. Your phone uses iTunes to sync and so that data should be in the cloud. You can move your iTunes Library to your new Macbook pro
    you should be able to sync your phone on your new MacBook Pro. Don't know if you can move the older backups yet-maybe try someone else, anyways,
    This handy article from Apple explains how
    How to move your iTunes library to a new computer - Apple Support''
    don't forget to de-authorize your iMac if you don't want to play purchased stuff there
    and re-authorize your new macBook Pro
    time machine is an application, and should be found in the Applications folder. it is built in to OS X, so there is nothing else to buy. double click on it, get it going, choose the Hard drive in your Time capsule/Airport as your backup Time Machine  and go for it.  You should see a circle with an arrow on the top right hand of your screen (the Desktop), next to the bluetooth icon, and just after the wifi and eject key (looks sorta like a clock face). This will do automatic backups  of your stuff.

  • Before updating IOS, I am cautioned to "Transfer items I have purchased"  ????

    I get an update alert.
    But,  before updating the IOS,  I am cautioned to "Transfer items I have purchased"
    I choose not to update, because I don't know what I have purchased, maybe an app or 2 (free apps too ?)
    or
    how to do the transfer ?
    HELP  DID  NOT  RECOGNIZE  the phrase   "before updating"  or  "transfer items"

    You should be using your computer to regularly backup your purchases and other stuff from your phone. This is done, as wjosten suggests by running iTunes on your computer, connecting your phone and selecting transfer purchases. You can also copy over photos taken with your phone to your computer using an image captured program.

Maybe you are looking for

  • How can I create this?

    I want the scrolling (selectable) pictures, fonts, and buttons. http://www.whitehouse.gov/

  • Help on creating ref_table

    hi can any one please suggest how to desing best Ref tables. 1) Existing table Stg_mbr_detail which has columns (mbr_name,ssn,dob) 2) Existing table mbr_detail which has columns (mbr_id , mbr_name, f_name, l_name,middle_name,prefix,suffix,mbr_type,Do

  • 2.3.1 Network Test

    has anyone who was experiencing networking issues (disappearing appleTV in iTunes, slow syncing, port whatever problems etc, etc) tried the network test? i wasn't experiencing any problems but tried it just to see what would happen and it seems to do

  • Accuracy of checking the system time -- how many ms?

    I'm creating a program for a university lab which will display a number of reading and comprehension tests to middleschoolers. For most of the tests, I need a fairly accurate measure of reaction times, preferably within about 1-5 milliseconds. In my

  • Bug: Dotted grid doesn't get drawn beyond 2000 pixels (CS6, Win32)

    In a document of dimensions 4096 x 1536, the dotted style grid fails to be drawn beyond 2000 pixels from the left, when viewing the document at 50% magnification or greater. Here's a screenshot: http://i.imgur.com/YPAuoUy.jpg?1 Full specs of my machi