DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on GMD_OPERATIONS_B

Line 84: From gmd_operations_b

80:
81: /* gets the operation no and version associated to the routing detail/Step */
82: Cursor Get_oprn_details(vOprn_id fm_rout_dtl.oprn_id%TYPE) IS
83: Select oprn_no, oprn_vers
84: From gmd_operations_b
85: Where oprn_id = vOprn_id;
86:
87: /* get routing id sequence */
88: CURSOR Get_routing_id_seq IS