DBA Data[Home] [Help]

APPS.AR_UNPOSTED_ITEM_UPG dependencies on AR_BASE_DIST_AMTS_GT

Line 645: INSERT INTO ar_base_dist_amts_gt

641: 'ADJ','Y','N'),
642: 'N') = 'Y';
643:
644: --populate the base amounts
645: INSERT INTO ar_base_dist_amts_gt
646: ( gt_id,
647: gp_level,
648: ref_customer_trx_id ,
649: ref_customer_trx_line_id,

Line 1136: INSERT INTO ar_base_dist_amts_gt

1132: AND inv.cust_trx_type_id = psa.psa_trx_type_id);
1133:
1134:
1135: --populate the base amounts
1136: INSERT INTO ar_base_dist_amts_gt
1137: ( gt_id,
1138: gp_level,
1139: ref_customer_trx_id ,
1140: ref_customer_trx_line_id,