DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on BOM_BILL_OF_MATERIALS

Line 2158: from bom_bill_of_materials bbom,

2154:
2155: CURSOR bill_seq IS
2156: select bbom.bill_sequence_id,
2157: wfs.bom_revision_date
2158: from bom_bill_of_materials bbom,
2159: wip_flow_schedules wfs
2160: where wfs.wip_entity_id = p_wip_entity_id
2161: and wfs.organization_id = p_org_id
2162: and bbom.assembly_item_id = wfs.primary_item_id