Latest Answer : hi, small clarification, do u want the total steps for customer interface, now the companies r using TCA architecture. so its differs now compared to older versions.bhanu. ...
Latest Answer : Hi,Take the error code which you have encountered in the interface table and check it in AR document where u can find the list of customer error codes and their description.You can act on the error code accordingly.ThanksGanga ...
Latest Answer : Generally to start with the role involves creation of staging tables by copying the same structure of interface tables so that it could be easy , these staging tables are to be loaded with leagacy data and then when u find the data in staging tables thru ...
Latest Answer : hi,CUSTOM.PLL is an library which exists in TEMPLATE.fmb ,it is an oracle form devloper PL/SQL library , which alows the developers to attach thier own custom code to the oracle applications without modifiying the orginal application code....it consists ...
you cannot attach the APPCORE library to CUSTOM because it would cause a recursion problem (because CUSTOM is attached to APPCORE). As of Oracle Applications Release 11i, you may attach the APPCORE2 library
Latest Answer : You can call APPCORE from Custom.pll or a customized library which is then called from Custom.pll and it may even work fine but you will face issues while converting pld to pll.DBAs need pld to pll conversion to log comments about modifications as they ...
Oracle Application uses Flexfield to capture information about Your organization. Flexfield have flexible structure for storing key information. Like Company, Cost Center, and Account. They also give u
Latest Answer : Simple way to descriptive flexfield are the flexible data fields designed and customised according to business needs.
Types1. kff- key flexfeilds
2. dff- descriptive flex fieldsThe basic steps in defining a key Flexfields
are as given below. You may ...
Latest Answer : User exit are programs thats enables you to execute external procedure.5 types of user exit are there in APPS.FND SRWINIT--Used to set the profile option and environment vallue.FND SRWEXIT--Used to release the profile option and environmental valueFND ...
What are Interface table in AP, AR,GL ?
AP INTERFACE TABLE:
1). AP_INTERFACE_CONTROLS.
2). AP_INTERFACE_REJECTIONS
3). AP_INVOICE_INTERFACE
4). AP_INVOICE_LINES_INTERFACE.
AR INTERFACE TABLE:
1). AR_PAYMENTS_INTERFACE_ALL
2). AR_TAX_INTERFACE
3). HZ_PARTY_INTERFACE
4). HZ_PARTY_INTERFACE_ERRORS
5). RA_CUSTOMERS_INTERFACE_ALL
6). RA_INTERFACE_DISTRIBUTIONS_ALL
7). RA_INTERFACE_ERRORS_ALL
8). RA_INTERFACE_LINES_ALL
9). RA_INTERFACE_SALESCREDITS_ALL
GLINTERFACE TABLE:
1). GL_BUDGET_INTERFACE
2). GL_DAILY_RATES_INTERFACE
3).
What is integration between modules?What modules in Order management can be integrated with Finance modules ?How this integration is done?