DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on GMD_ROUTING_STEPS_PUB

Line 402: GMD_ROUTING_STEPS_PUB.insert_routing_steps

398: /* After creating routing steps pass the routing id */
399: /* and the routing step no to the function that generates */
400: /* the step dependencies */
401: FOR i IN 1 .. p_routings_step_tbl.count LOOP
402: GMD_ROUTING_STEPS_PUB.insert_routing_steps
403: (p_routing_id => l_routing_id
404: ,p_routing_step_rec => p_routings_step_tbl(i)
405: ,p_routings_step_dep_tbl => l_stepdep_tbl
406: ,p_commit => FALSE

Line 462: GMD_ROUTING_STEPS_PUB.insert_step_dependencies

458: /* Since we call this procedure for each routingStep we dont have to reinitialize K
459: value after populating dependency PLSQL table. Call the step dependency function */
460:
461: IF l_step_dep_tab.count > 0 THEN
462: GMD_ROUTING_STEPS_PUB.insert_step_dependencies
463: (
464: p_routing_id => l_routing_id
465: ,p_routingstep_no => p_routings_step_tbl(i).routingstep_no
466: ,p_routings_step_dep_tbl => l_step_dep_tab