DBA Data[Home] [Help]

APPS.AR_UNPOSTED_ITEM_UPG dependencies on AR_BASE_DIST_AMTS_GT

Line 651: INSERT INTO ar_base_dist_amts_gt

647: 'ADJ','Y','N'),
648: 'N') = 'Y';
649:
650: --populate the base amounts
651: INSERT INTO ar_base_dist_amts_gt
652: ( gt_id,
653: gp_level,
654: ref_customer_trx_id ,
655: ref_customer_trx_line_id,

Line 1149: INSERT INTO ar_base_dist_amts_gt

1145: AND inv.cust_trx_type_id = psa.psa_trx_type_id);
1146:
1147:
1148: --populate the base amounts
1149: INSERT INTO ar_base_dist_amts_gt
1150: ( gt_id,
1151: gp_level,
1152: ref_customer_trx_id ,
1153: ref_customer_trx_line_id,