DBA Data[Home] [Help]

APPS.AR_ADJUST_PUB dependencies on AR_LLCA_ADJ_TRX_ERRORS_GT

Line 1305: delete from ar_llca_adj_trx_errors_gt

1301: -- Clean the GT Table first.
1302: delete from ar_llca_adj_trx_lines_gt
1303: where customer_trx_id = p_customer_trx_id;
1304:
1305: delete from ar_llca_adj_trx_errors_gt
1306: where customer_trx_id = p_customer_trx_id;
1307:
1308:
1309:

Line 2408: insert into ar_llca_adj_trx_errors_gt

2404:
2405: -- Check for null customer trx line id
2406: IF gt_adj_lines_row.customer_trx_line_id IS NULL -- Check for null Customer Trx Line Id
2407: THEN
2408: insert into ar_llca_adj_trx_errors_gt
2409: (
2410: customer_trx_id,
2411: customer_trx_line_id,
2412: receivables_trx_id,

Line 2430: insert into ar_llca_adj_trx_errors_gt

2426:
2427: ELSIF gt_adj_lines_row.receivables_trx_id IS NULL
2428: THEN
2429:
2430: insert into ar_llca_adj_trx_errors_gt
2431: (
2432: customer_trx_id,
2433: customer_trx_line_id,
2434: receivables_trx_id,