DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on BOM_PARAMETERS

Line 1701: from bom_parameters

1697:
1698: item get_item_info%rowtype;
1699: Cursor check_rev_item_inactive is
1700: Select 'x'
1701: from bom_parameters
1702: where organization_id = item.organization_id
1703: and bom_delete_status_code = item.inventory_item_status_code;
1704: Cursor check_for_unimp_items is
1705: Select 'x'