DBA Data[Home] [Help]

APPS.ARW_CMREQ_COVER dependencies on ARW_CM_COVER

Line 664: l_credit_line_table arw_cm_cover.credit_lines_table_type;

660: l_computed_tax_amount ra_customer_trx_lines.extended_amount%type;
661: l_compute_tax_flag varchar2(1);
662: -- TDEY : bug 1272415 changed type of l_credit_line_table
663: -- to remove trx api dependency
664: l_credit_line_table arw_cm_cover.credit_lines_table_type;
665: i number :=0;
666:
667: /*4606558*/
668: pqa_attribute_rec pq_attribute_rec_type;

Line 852: with arw_cm_cover.create_header_cm

848:
849:
850: TDEY 02/23/00 : Bug 1272415 : replaced calls to ar_transaction_pub.
851: credit_transaction
852: with arw_cm_cover.create_header_cm
853:
854: VCRISOST 09/18/02 : Bug 2507329/2580574 : instead of NULL, pass actual
855: values to p_reason_code and p_internal_notes
856:

Line 863: arw_cm_cover.create_header_cm(

859:
860: Bug 2637404 : pass attribute* / interface_header_attribute* from transaction
861: being credited to the credit memo
862: -------------------------------------------------------------------------- */
863: arw_cm_cover.create_header_cm(
864: p_prev_customer_trx_id => l_customer_trx_id ,
865: p_batch_id => NULL,
866: p_trx_date => NULL,
867: p_gl_date => p_passed_gl_date, /*Bug 9536019*/

Line 1067: with arw_cm_cover.create_line_cm

1063:
1064: /*
1065: TDEY 02/23/00 : Bug 1199202 : replaced calls to ar_transaction_pub.
1066: credit_transaction
1067: with arw_cm_cover.create_line_cm
1068:
1069: VCRISOST 09/18/02 : Bug 2507329/2580574 : instead of NULL, pass actual
1070: values to p_reason_code and p_internal_notes
1071: VCRISOST 10/08/02 : Bug 2609465 : l_comments should populate p_comments

Line 1078: arw_cm_cover.create_line_cm(

1074: Bug 2637404 : pass attribute* / interface_header_attribute* from transaction
1075: being credited to the credit memo
1076: */
1077:
1078: arw_cm_cover.create_line_cm(
1079: p_prev_customer_trx_id => l_customer_trx_id ,
1080: p_batch_id => NULL,
1081: p_trx_date => NULL,
1082: p_gl_date => p_passed_gl_date, /*Bug 9536019*/