Receivables module

Hello,
I work for a telecommunication company that sells phones and scratch cards for prepaid lines. We have the following Oracle applications modules implemented:
Purchasing, Inventory, Payables , Fixed Assets, Cash Management, General Ledger, HR and Payroll. Another Oracle built-in solution is used for customer care and billing.
Finance department is planning to implement the receivable module and integrate it with the other billing and customer care application.
I would like to have more information / help on the following please:
What functionalities exactly can Receivables perform in our business/ Finance cycle?
How will Receivables interface with the other modules implemented?
What are the interface tables of receivables?
Details would be appreciated...

The fact is that for telcos there are many satellite systems involved in billing and collecting (bscs, custom or 3rd party pos...) and Oracle AR is usually implemented to consolidate information as those systems are very specialized for this industry. Receivables can be used for billing (including adjustments, bill receivables, credit memos) and collecting, in between managing customer accounts, all of this allowing integration with other systems via APIs/Open Interface.
If You have GL now, maybe integration is done via journals to recognize revenue, but You don't have customer transaction details, which are located on other systems. You may not have a complete picture of a particular client transactions in one place, but among all of Your different systems, even having redundancy and consistency problems. If You are thinking on implementing AR, it would be a good idea to define how information is to be organized, identifying customers master data source and how to relate them among systems, doing some cleaning and merge as neccessary, so You may reflect their information under their unique corresponding account in AR, having all the information consolidated, as transactions may certainly continue going on on 3rd parties systems.

Similar Messages

  • Documents in the Accounts Receivable module by the TRM

    Hi Guys, good afternoon...
    Currently in the company, we have contracts for loans to customer, but all documents postings are made through accounting counts or bank (incoming or outgoing). We need to create these documents in the customer, I mean, is possible to create documents in the accounts receivable module (FI-AR) by the TRM?
    Thanks a lot.
    Best regards.
    Rodrigo Soares

    Hi Vitaliy, good afternoon ...
    Thank you for your help. We did the postings schemas in accounts receivable through the TRM with successfully.
    Thanks for your help again.
    Best Regards.

  • R12.1.1 receivable module create a Organization as a customer

    Hi Friends
    I am going to implement R12.1.1 receivable module. I have already implemented same version GL module.
    Now I am working R12.1.1 vision server to initial implement of AR module but I am getting an error when I am going to create Organization as a customer. Please see the error below:
    Error
    Provide a positive integer for minimum customer balance amount or percent when balance amount overdue type is amount or percent respectively.
    Please help me. I will be very happy if anybody gives a quick solution.
    Thanks
    Makshud

    Hii, Please try the solution in this link to set up the default profile class.
    http://forums.oracle.com/forums/thread.jspa?messageID=4018305?
    Best of luck.
    Edited by: user4688294 on 04-Mar-2010 06:44

  • R12.1.1 Receivable Module Implementation Issue

    Hi Friends
    I have going to implement R12.1.1 receivable module. I have already implemented same version GL module.
    Now I am working R12.1.1 vision server to initial implement of AR module but I am getting an error and I can’t open any transaction screen. I have done below works:
    1.     Create a Receivable Responsibility (IBCS Receivable Administrator)
    2.     The above (IBCS Receivable Administrator) responsibility I have created from Receivable Vision Operation (USA) i.e. Menu, Request Set etc.
    3.     I have created a Legal Entry and Operating Unit
    4.     Assigned the Operating Unit with IBCS Receivable Administrator
    5.     Assigned the above responsibility with my user
    After doing the above 5 activities when I am trying to open any receivable transaction I getting below error:
    ORA-01403: no data found
    FRM-40735: PRE-FORM trigger raised unhandled exception ORA-06502.
    Please help me. I will be very happy if anybody give a quick solution.
    Thanks
    Makshud

    Hi ;
    Please check below and see its helpful:
    ARXSUDRC: Cannot Open Receipt Class Form - FRM-40735, ORA-6502 [ID 729552.1]
    Quoting Forms User Interface TSG (11.5.6 - 11.5.8) [ID 181041.1] <<part : Error: FRM-40735, ORA-06508, ORA-01403: Setup Sales Supplement Data form errors Problem
    MultiOrg Setup: FRM-40735 Trigger raised unhandled exception in Form ARXTWMAI and ARXRWMAI [ID 260244.1]
    Regard
    Helios

  • Receiver Module Configuration Issue

    Hi All,
    I have done the following Module Configuration in Receiver JMS Adapter, but facing issue in the Length of the Flat File received in JMS.
    it is having only 512 characters, i got clue that is because of   localejbs/SAP XI JMS Adapter/ConvertMessageToBinary.
    Binary can accept only 512 characters.
    I  need convert the message to TEXT. Please help me on this.
    Processing Sequence
    1                  localejbs/AF_Modules/MessageTransformBean            Local Enterprise Bean                          XML2Plain
    2                  localejbs/SAP XI JMS Adapter/ConvertMessageToBinary   Local Enterprise Bean                          convert_XI2Bin
    3                  localejbs/SAP XI JMS Adapter/SendBinarytoXIJMSService  Local Enterprise Bean     exit
    Module Configuration.
    XML2Plain     Transform.Class     com.sap.aii.messaging.adapter.Conversion
    XML2Plain     Transform.ContentType     text/plain;charset=utf-8
    XML2Plain     xml.addHeaderLine     0
    XML2Plain     xml.conversionType     SimpleXML2Plain
    XML2Plain     xml.endSeparator     'nl'
    XML2Plain     xml.fieldFixedLengths     10,15,10,10,15,13,13,13,15,2,30,1,10,10,10,10,8,10,10,10,8,11,11,3,3,1,1,15,10,15,1,30,15,15,10,8,15,10,10,15,15,4,8,1,2,8,35,11,10,10
    XML2Plain     xml.fixedLengthTooShortHandling     Cut
    exit     JMSMessageType     Text
    Regards,
    R.Ragu

    Hi Ragu,
    Can you please elaborate on this issue a bit more...?
    The Module Configuration looks fine to me.....
    Thanks
    Dhwani

  • JMS Receiver Module configuration

    my xml is like this
       <row>
          --<Header>
    <key>Header</key>
    <name>1111111</name>
          --</Header>
          --<Body>
    <key>Body</key>
    <name>2222222</name>
          --</Body>
          --<Body>
    <key>Body</key>
    <name>3333333</name>
          --</Body>
          --<Foot>
    <key>Foot</key>
    <name>444444</name>
          </Foot>
       </row>
    and i want to change it into :
    Header+1111111
    Body-222222
    Body-333333
    Foot*444444
    and my module config is like this:<b>
    Transform.Class = sap.aii.messaging.adapter.Conversion
    Transform.ContentType = text/plain;charset=utf-8
    xml.conversionType = SimpleXML2Plain
    xml.addHeaderLine = 0
    xml.recordsetStructure = Header,Body,Foot
    xml.fieldSeparator    = 'nl'
    xml.Body.fieldSeparator = -
    xml.Foot.fieldSeparator = *
    xml.Header.fieldSeparator = +
    </b>
    But the result i get just:
    <b>
    Header
    Body
    Body
    Foot
    </b>
    Somebody help me please
    Thanks in advance

    Hi,
    Go thro this guide:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bfc7d12f891
    And i think that there should be a element as a root to all these. Just try with this xml structure.
    <resultset>
    -<row>
    --<Header>
    <key>Header</key>
    <name>1111111</name>
    --</Header>
    -</row>
    -<row>
    --<Body>
    <key>Body</key>
    <name>2222222</name>
    --</Body>
    -</row>
    -<row>
    --<Body>
    <key>Body</key>
    <name>3333333</name>
    --</Body>
    -</row>
    -<row>
    --<Foot>
    <key>Foot</key>
    <name>444444</name>
    --</Foot>
    -</row>
    <resultset>
    Regards,
    P.Venkat
    Message was edited by:
            Venkataramanan

  • Oracle Apps Receivable Module

    Hi,
    In Which Table Oracle Store the Exchange Gain/Loss information of a particular Receipt , because oracle shows the field on the form but in which table store the
    information of that exchange gain/loss.
    Thanks

    Hi Gore;
    Why you need this? You can create read only user to select tables... You can check table name from e-trm site.
    or you may try below query:
    select * from dba_objects where owner='FA'
    Regard
    Helios

  • Dunning Letter Set in Accounts Receivable

    Please explan how can i create dunning letter sets for customized customer environment, where can i find funciton to create dunning letter set and how cna i attach with specific customer
    i can not find any function link in the accounts receivable responsibility or nor in vision operations
    Please reply me as soon as possible

    hi,
    There is a functionality available in the Oracle Receivables Module.
    For Creating the Dunning Letter for the specific customer or for all the customers we need to do some preliminary setups to the profile of the customer,.
    Steps:
    1) Create a Dunning Letter format. -
    Navigate to Receivables->Setup->Dunning Letter->
    2) Create a Dunning Set Letter format.
    Navigate to Receivables->Setup->Dunning Letter Set-
    3) Attach the same to the profile of the customer.
    Navigate to Receivables->Customers-> Profile-> by updating here the system will asks you the update all the profiles / Existing profile/ Not to update the profile.
    If you want to update to all the profiles then you can choose the appropirate option, otherwise choose the existing profile only.
    4) Customers->Query the Customer-> Go to Bill to Site -> Menu Profile-Transaction-> choose the dunning letter over there then it only apply to this customer.
    If you need any clarification Please feel free to update in this forum.
    Srikanth

  • Unable to Create a Customer in Accounts Receivable

    Hi,
    I am unable to create a customer in Accounts Receivable module (in Ver 12.0.04). I am getting the following error message.
    FND_SESSION_MANAGEMENT.UPDATESESSIONCONTEXT SQLException: java.sql.SQLException: OALL8 is in an inconsistent state
    Could some one help me on resloving the issue.
    Thanks
    Vijendra

    hi
    USE tcode <b>VD01</b> in order to create a customer for SD which will have sales area data.
    for centrally itis XD01
    regards

  • SQL to link Invoice and receipts in Receivables

    Hi,
    Kindly provide a SQL to find the link between invoice and Receipts in Receivables module.
    Thanks and Regards
    Sathya

    Hello Sathya.
    For 11i
    AR_RECEIVABLES_APPLICATIONS_ALL contains columns CASH_RECEIPT_ID (identifies the Receipt) and APPLIED_CUSTOMER_TRX_ID (The transaction to which the Receipt has been applied to)
    Hope this helps,
    Octavio

  • File adapter module

    Hello experts,
    1.
    I want to retrieve the value of <b>Target directory</b> for a file <b>reciever</b> communication channel inside module. Is it possible?  Any code samples?
    2. My audit logs are not getting printed inspite of having a log-configuration.xml in place and proper audit log statements in the code? anybody face similar situations before? These statements are inside a <b>reciever file</b> adapter module.
    Amol

    Hi Kapil,
    file.targetFileName
    In General put the following piece of code in sender or receiver adapter and u can get all the parameters specific to that Adapter Type in channel(Configuration) for outbound and inbound channel depending on direction of channel in which module is configured.
    String[] chattr=ch.getAttributeNames();// ch is channel object
    If u put this in receiver module of file adapter, the string array will hold the names of all the parameters pertaining to Receiver File Adapter(file.targetFileName,file.targetDir,etc). Same procedure holds good for sender channel.
    Once u get the parameter name, u can get the value as given by my earlier post in this thread.
    Hope this helps.
    Regards,
    Sudharshan

  • Receivables Items and Description Fields

    Hi,
    We are working in Oracle Applications 11i and I have an inquiry in the Receivabkes module.
    From Transactions->Transactions Lines form (Form Name : ARXTWMAI) we have the info of item, description, etc.
    As we are using another system to enter direct selling info/invoices, we are not using oracle order management module, and we have no setup regarding the items in oracle receivables module.
    So, my question is: can we create a LOV for the two fields ITEM and DESCRIPTION? what are the possible solutions?
    Thank you..

    Not sure exactly what you are asking..but
    A. Item field is not mandatory...so you can leave it blank..if you have no use for it
    B. Description field is mandatory....you can enter any free text.....OR pull up LOV ...which will list standard memo line you've setup in AR and select one of the memo lines.
    Regards,
    James Kim.

  • Get Message details in custom adapter module

    Hello,
    Could you please let me know how can we retrieve following parameters in custom adapter module?
    Message size
    Message Mapping name
    Operation Mapping name
    Sender and Receiver Interface names
    Thanks!
    Regards,
    Shweta

    Hi Shweta
    Not all the information is available directly from the adapter module.
    Message size
    Retrieve the input stream of the payload, convert the stream to bytes and count the bytes length.
    Message msg = (Message) inputModuleData.getPrincipalData();
    XMLPayload payload = msg.getDocument();
    InputStream inStr = payload.getInputStream();
    // Convert inStream to bytes
    int size = bytes.length;
    Sender and Receiver interface names
    You can only get Sender interface in sender module, and receiver interface in receiver module. You can get the from the getAction() method.
    Message msg = (Message) inputModuleData.getPrincipalData();
    String interfaceName = msg.getAction().getName();
    Operation Mapping name
    This is not directly available from the Adapter Framework. One workaround is to access this via the Integration Directory API. With the Interface Determination Service API, you can read the Interface Determination object to get the associated mapping. To do this you have to make a SOAP call to the API.
    Message Mapping name
    I'm not sure how this can be retrieved as this is only available in ESR.
    If the module is on the receiver side, another option is to extract the information during mapping and store it into Dynamic Configuration, then in the receiver module, to extract it from Dynamic Configuration.
    Rgds
    Eng Swee

  • Account Receivable

    We are finding it difficult to map the following scenario in FI (Accounts
    Receivable) module  in standard SAP :
      1.  While doing progress billing to our customer we have to adjust 10 % of
    each bill value against advance (down payment) received from customer.
      2. Also 5% of each bill value is to be treated as retention money which
    will be paid by the customer at the time of full and final settlement after
    successful completion of job by TRF.
    Pl give me the solution at the earliest. Presently the client is  doing such
    transactions through JVs which involve lot of manual entries. Pl suggest
    whether there is any provision in standard SAP to pass such entries
    automatically without manual JVs.

    Hi,
    I had a similar requirement once and I handled it thru installment payment terms (OBB8 and OBB9).  The first installment is for 90% and second is for 10%.  On the second (10%) payment term settings in OBB8, we just put a payment block which gets defaulted in the accounting document.  At the end of satisfactory performance by vendor, we picked up all the invoices with payment block and with this specific 10% payment term and remove the payment block manually and then pay them.
    Hope this helps you!  Assign points if it does...
    Good luck!
    Srikanth

  • Advanced Global Intercompany System and Accounts Receivables

    Hi,
    We in the process of a implantation of GL and AP modules in our client place.
    There we uses two legal entities which shares same ledger and we are using AGIS for that. As we are not using Accounts Receivables module how this will affect to the set up and how it can be over come obstacles regarding approving journals relate to AR module.
    Thanks / Lathika
    Edited by: Lathika Dimantha on Jun 18, 2012 11:12 PM

    Are you using RAC?
    If I'm not mistaken this could be a workflow mailer (java?) issue.
    Hope this helps
    Graeme

Maybe you are looking for

  • Mac Pro Kernel Panic Problems

    Hi, thanks for looking over my sudden Mac Pro problem. Recently, my Mac Pro Intel Xeon started to have continuous Kernel Panics, all during simultaneous programs running, but also with a common Mac torrent program running, Transmission. Keep in mind

  • 2 issues with Take 2

    LOVE the new update! Having a lot of fun with it... but unfortunately noticed a couple problems... 1. Romeo and Juliet shows up under the "All HD" category but yet when you click on the movie itself there is no HD renatal button... only a $2.99 libra

  • Can't write to samba shares as any user but root.

    I can mount shares, and I've specified every parameter I think could make a difference, but can't write to shares as any user but root. archangel $ sudo mount -t cifs -o guest,uid=barrucadu,gid=users,file_mode=0777,dir_mode=0777,rw //masonlap/share /

  • Package can't be found

    Hello all!!! I've got a damn weird problem!!! I wanna import the package 'projectviewer'. So I've set the classpath to the directory where the files of projectviewer are (directory is also called projectviewer). I have the class file jEditPane.java w

  • How to install DSEE 6.3 on RHAS4-U2 with functional DSCC?

    Been trying to install DSEE 6.3 (native package version + multi-language support) on an out-of-the-box RHAS4-U2 (32-bit) as per DSEE 6.3 doco and associated patch doco and have DSCC continue to work after patching... Our initial install of DSEE 6.0 (