DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on GMD_ROUTING_STEPS_PUB

Line 427: GMD_ROUTING_STEPS_PUB.insert_routing_steps

423: /* After creating routing steps pass the routing id */
424: /* and the routing step no to the function that generates */
425: /* the step dependencies */
426: FOR i IN 1 .. p_routings_step_tbl.count LOOP
427: GMD_ROUTING_STEPS_PUB.insert_routing_steps
428: (p_routing_id => l_routing_id
429: ,p_routing_step_rec => p_routings_step_tbl(i)
430: ,p_routings_step_dep_tbl => l_stepdep_tbl
431: ,p_commit => FALSE

Line 487: GMD_ROUTING_STEPS_PUB.insert_step_dependencies

483: /* Since we call this procedure for each routingStep we dont have to reinitialize K
484: value after populating dependency PLSQL table. Call the step dependency function */
485:
486: IF l_step_dep_tab.count > 0 THEN
487: GMD_ROUTING_STEPS_PUB.insert_step_dependencies
488: (
489: p_routing_id => l_routing_id
490: ,p_routingstep_no => p_routings_step_tbl(i).routingstep_no
491: ,p_routings_step_dep_tbl => l_step_dep_tab