DBA Data[Home] [Help]

PACKAGE: APPS.PA_OVERRIDE_AR_INST

Source


1 PACKAGE pa_override_ar_inst AS
2 /* $Header: PAPARICS.pls 120.5 2006/07/25 06:34:39 lveerubh noship $ */
3 /*#
4  * This extension enables you to use a third-party receivables system
5  * for the majority of your receivables functionality, yet have the ability to import customer data from Oracle Receivables.
6  * @rep:scope public
7  * @rep:product PA
8  * @rep:lifecycle active
9  * @rep:displayname  Receivables Installation Override
10  * @rep:compatibility S
11  * @rep:category BUSINESS_ENTITY PA_PROJECT
12  * @rep:category BUSINESS_ENTITY PA_INVOICE
13  * @rep:doccd 120pjapi.pdf See the Oracle Projects API's, Client Extensions, and Open Interfaces Reference
14 */
15 
16 
17 /*#
18 * This procedure returns an installation mode to the calling program.
19 * @param p_ar_inst_mode The input installation mode (mode in which Oracle Receivables is installed)
20 * @rep:paraminfo {@rep:required}
21 * @param x_ar_inst_mode The output (override) installation mode
22 * @rep:paraminfo {@rep:required}
23 * @rep:scope public
24 * @rep:lifecycle active
25 * @rep:displayname Get Installation Mode
26 * @rep:compatibility S
27 */
28       PROCEDURE get_installation_mode
29           (  p_ar_inst_mode             IN    VARCHAR2,
30              x_ar_inst_mode		OUT   NOCOPY VARCHAR2);
31 
32 end pa_override_ar_inst;