DBA Data[Home] [Help]

APPS.PN_INDEX_AMOUNT_PKG dependencies on PN_INDEX_LEASES

Line 24: -- | of pn_index_leases.

20: -- | get_info...
21: -- | 24-JUN-01 jreyes Opened increase on types to all payment term types
22: -- | (LOOKUP Code: PN_PAYMENT_TERM_TYPE)
23: -- | 25-JUl-01 jreyes Added NVL clause to all cursors that use increase_on
24: -- | of pn_index_leases.
25: -- | 26-JUl-01 jreyes Removed CCID parm of PNT_PAYMENT_TERMS_PKG.
26: -- | 03-AUG-01 jreyes Incorporated payment aggregation.
27: -- | 20-SEP-01 psidhu Added param p_called_from to CREATE_PAYMENT_TERM_RECORD
28: -- | 05-dec-01 achauhan In create_payment_term_record added out NOCOPY param

Line 63: g_currency_code pn_index_leases.currency_code%TYPE;

59: -- | create_payemnt_terms procedures.
60: -- +===========================================================================+
61:
62:
63: g_currency_code pn_index_leases.currency_code%TYPE;
64: g_calculate_date DATE := TO_DATE('01/01/0001', 'MM/DD/YYYY');
65: --
66: -- These are constants used throught this package.
67: --