[Home] [Help]
1934:
1935: CURSOR bill_seq IS
1936: select bbom.bill_sequence_id,
1937: wfs.bom_revision_date
1938: from bom_bill_of_materials bbom,
1939: wip_flow_schedules wfs
1940: where wfs.wip_entity_id = p_wip_entity_id
1941: and wfs.organization_id = p_org_id
1942: and bbom.assembly_item_id = wfs.primary_item_id