DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on BOM_PARAMETERS

Line 1779: from bom_parameters

1775:
1776: item get_item_info%rowtype;
1777: Cursor check_rev_item_inactive is
1778: Select 'x'
1779: from bom_parameters
1780: where organization_id = item.organization_id
1781: and bom_delete_status_code = item.inventory_item_status_code;
1782: Cursor check_for_unimp_items is
1783: Select 'x'