DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on BOM_OPERATIONAL_ROUTINGS

Line 1111: from bom_operational_routings

1107: -- 2784045 : Select stmt is enclosed in block to handle exception
1108: begin
1109: select nvl(cfm_routing_flag, 2)
1110: into lcfm_routing_flag
1111: from bom_operational_routings
1112: where assembly_item_id = pConfigid
1113: and organization_id = lOrgId
1114: and alternate_routing_designator is NULL;
1115: exception