DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on ZX_ITM_DISTRIBUTIONS_GT

Line 2429: | PROCEDURE insert_itm_distributions_gt:Insert a row in ZX_ITM_DISTRIBUTIONS_GT |

2425: END insert_reverse_dist_lines_gt;
2426:
2427:
2428: /* ================================================================================*
2429: | PROCEDURE insert_itm_distributions_gt:Insert a row in ZX_ITM_DISTRIBUTIONS_GT |
2430: * ================================================================================*/
2431: PROCEDURE insert_itm_distributions_gt
2432: (
2433: p_header_row IN NUMBER,

Line 2443: INSERT INTO ZX_ITM_DISTRIBUTIONS_GT

2439: i NUMBER;
2440: BEGIN
2441:
2442: forall i in p_sta_row_item_dist..p_end_row_item_dist
2443: INSERT INTO ZX_ITM_DISTRIBUTIONS_GT
2444: (
2445: APPLICATION_ID ,
2446: ENTITY_CODE ,
2447: EVENT_CLASS_CODE ,

Line 7902: write_message('--Row(s) has been inserted in ZX_ITM_DISTRIBUTIONS_GT!!!');

7898: p_sta_row_item_dist => l_initial_row,
7899: p_end_row_item_dist => l_ending_row
7900: );
7901:
7902: write_message('--Row(s) has been inserted in ZX_ITM_DISTRIBUTIONS_GT!!!');
7903:
7904: ---------------------------------------------------------------
7905: --Insert the data in the MRC Table
7906: ---------------------------------------------------------------