DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on ZX_REVERSE_TRX_LINES_GT

Line 2319: | PROCEDURE insert_reverse_trx_lines_gt:Insert a row in ZX_REVERSE_TRX_LINES_GT|

2315: END insert_trx_tax_link_gt;
2316:
2317:
2318: /* =============================================================================*
2319: | PROCEDURE insert_reverse_trx_lines_gt:Insert a row in ZX_REVERSE_TRX_LINES_GT|
2320: * =============================================================================*/
2321: PROCEDURE insert_reverse_trx_lines_gt
2322: IS
2323: i NUMBER;

Line 2327: INSERT INTO ZX_REVERSE_TRX_LINES_GT

2323: i NUMBER;
2324: BEGIN
2325:
2326: forall i in g_suite_rec_tbl.application_id.first..g_suite_rec_tbl.application_id.last
2327: INSERT INTO ZX_REVERSE_TRX_LINES_GT
2328: (
2329: INTERNAL_ORGANIZATION_ID ,
2330: REVERSING_APPLN_ID ,
2331: REVERSING_ENTITY_CODE ,

Line 2374: | PROCEDURE insert_reverse_dist_lines_gt:Insert a row in ZX_REVERSE_TRX_LINES_GT |

2370: END insert_reverse_trx_lines_gt;
2371:
2372:
2373: /* ===============================================================================*
2374: | PROCEDURE insert_reverse_dist_lines_gt:Insert a row in ZX_REVERSE_TRX_LINES_GT |
2375: * ===============================================================================*/
2376: PROCEDURE insert_reverse_dist_lines_gt
2377: IS
2378: i NUMBER;