DBA Data[Home] [Help]

APPS.BOM_CALC_CYNP dependencies on STANDARD

Line 1158: --check only for flow routings, not defaulting to 2 since for standard routing

1154: SELECT cfm_routing_flag into l_cfm_routing_flag
1155: FROM bom_operational_routings
1156: WHERE routing_sequence_id = p_routing_sequence_id;
1157:
1158: --check only for flow routings, not defaulting to 2 since for standard routing
1159: --this code will never be visited
1160: if nvl(l_cfm_routing_flag, 1) <> 3 then
1161: check_loops();
1162: end if;