DBA Data[Home] [Help]

APPS.ENG_VALIDATE dependencies on BOM_BILL_OF_MATERIALS

Line 1662: from BOM_BILL_OF_MATERIALS

1658: l_count1 NUMBER := 0;
1659: l_count2 NUMBER := 0;
1660: cursor pending_on_eco is
1661: select 1
1662: from BOM_BILL_OF_MATERIALS
1663: where bill_sequence_id = p_bill_sequence_id
1664: and pending_from_ecn is not null
1665: and pending_from_ecn = p_change_notice;
1666: cursor reference_common is

Line 1668: from BOM_BILL_OF_MATERIALS

1664: and pending_from_ecn is not null
1665: and pending_from_ecn = p_change_notice;
1666: cursor reference_common is
1667: select 1
1668: from BOM_BILL_OF_MATERIALS
1669: where source_bill_sequence_id = p_bill_sequence_id
1670: and source_bill_sequence_id <> bill_sequence_id;
1671: BEGIN
1672: