DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PUB dependencies on FM_ROUT_DTL

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

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