DBA Data[Home] [Help]

PACKAGE: APPS.AR_CMGT_INTEG_PKG

Source


1 PACKAGE AR_CMGT_INTEG_PKG AUTHID CURRENT_USER AS
2 /* $Header: ARCMINTS.pls 115.1 2003/09/22 19:13:14 apandit noship $ */
3 
4 
5 /*========================================================================
6  | PUBLIC FUNCTION ABC
7  |
8  | DESCRIPTION
9  |     This function verifies the existence of credit
10  |     summary data for a fiven party/account/site in credit management.
11  |
12  |
13  | PSEUDO CODE/LOGIC
14  |
15  |
16  | KNOWN ISSUES
17  |
18  | NOTES
19  |      Any interesting aspect of the code in the package body which needs
20  |      to be stated.
21  |
22  *=======================================================================*/
23 FUNCTION credit_summary_data_exists
24              (  p_party_id         IN NUMBER  ,
25                 p_cust_account_id  IN NUMBER,
26                 p_site_use_id      IN  NUMBER)
27    RETURN  VARCHAR2;
28 
29 END AR_CMGT_INTEG_PKG;