DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on BOM_OPERATIONAL_ROUTINGS

Line 1032: from bom_operational_routings

1028: -- 2784045 : Select stmt is enclosed in block to handle exception
1029: begin
1030: select nvl(cfm_routing_flag, 2)
1031: into lcfm_routing_flag
1032: from bom_operational_routings
1033: where assembly_item_id = pConfigid
1034: and organization_id = lOrgId
1035: and alternate_routing_designator is NULL;
1036: exception