DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on ARW_CM_COVER

Line 1: PACKAGE BODY arw_cm_cover AS

1: PACKAGE BODY arw_cm_cover AS
2: /* $Header: ARWCMCVB.pls 120.22 2011/02/06 06:55:03 manishri ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AR_CREDIT_TRANSACTION_PUB';
5: G_REV_BASED_ON_SALESREP BOOLEAN;

Line 1557: p_credit_line_table IN arw_cm_cover.credit_lines_table_type,

1553: p_computed_tax_percent IN OUT NOCOPY number,
1554: p_computed_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,
1555: p_errors OUT NOCOPY arp_trx_validate.Message_Tbl_Type,
1556: p_status OUT NOCOPY varchar2,
1557: p_credit_line_table IN arw_cm_cover.credit_lines_table_type,
1558: p_purchase_order IN ra_customer_trx.purchase_order%type,
1559: p_purchase_order_revision IN ra_customer_trx.purchase_order_revision%type,
1560: p_purchase_order_date IN ra_customer_trx.purchase_order_date%type,
1561: p_legal_entity_id IN ra_customer_trx.legal_entity_id%type ,

Line 1717: l_credited_trx_line_tbl arw_cm_cover.credit_lines_table_type;

1713: l_num_frt_lines number;
1714: l_num_installments number;
1715: l_pmt_exist_flag varchar2(1);
1716: --
1717: l_credited_trx_line_tbl arw_cm_cover.credit_lines_table_type;
1718:
1719: l_customer_trx_line_id ra_customer_trx_lines.customer_trx_line_id%TYPE;
1720:
1721: l_err_mesg VARCHAR2(2000);

Line 2779: END arw_cm_cover;

2775:
2776: BEGIN
2777: /*Bug3041195: Need to get profile value only once */
2778: fnd_profile.get('UNIQUE:SEQ_NUMBERS', unique_seq_numbers);
2779: END arw_cm_cover;