DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on FM_ROUT_DTL

Line 82: Cursor Get_oprn_details(vOprn_id fm_rout_dtl.oprn_id%TYPE) IS

78: Where routing_class = vRouting_class
79: and delete_mark = 0;
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: