DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on ZX_REVERSE_DIST_GT

Line 1504: | ZX_REVERSE_DIST_GT |

1500:
1501: /* ============================================================================*
1502: | PROCEDURE insert_into_rev_dist_lines_gt : Logic to Insert into Global |
1503: | Temporary Table |
1504: | ZX_REVERSE_DIST_GT |
1505: * ===========================================================================*/
1506:
1507: PROCEDURE insert_into_rev_dist_lines_gt(p_transaction_id IN NUMBER) IS
1508:

Line 1513: INSERT INTO ZX_REVERSE_DIST_GT

1509: l_int_org_id NUMBER;
1510:
1511: BEGIN
1512:
1513: INSERT INTO ZX_REVERSE_DIST_GT
1514: ( internal_organization_id,
1515: reversing_appln_id,
1516: reversing_entity_code,
1517: reversing_evnt_cls_code,

Line 2382: INSERT INTO ZX_REVERSE_DIST_GT

2378: i NUMBER;
2379: BEGIN
2380:
2381: forall i in g_suite_rec_tbl.application_id.first..g_suite_rec_tbl.application_id.last
2382: INSERT INTO ZX_REVERSE_DIST_GT
2383: (
2384: INTERNAL_ORGANIZATION_ID,
2385: REVERSING_APPLN_ID,
2386: REVERSING_ENTITY_CODE,