38: From bom_operational_routings
39: Where routing_sequence_id = P_RtgSeqId;
40: cursor l_parameter_csr(P_Code varchar2) is
41: Select organization_id
42: From mtl_parameters
43: Where organization_code = P_Code;
44: cursor l_department_csr(P_code varchar2, P_OrgId number) is
45: select department_id
46: from bom_departments