DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on GMD_OPERATIONS_B

Line 86: From gmd_operations_b

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