DBA Data[Home] [Help]

APPS.ENG_VAL_TO_ID dependencies on BOM_INVENTORY_COMPONENTS

Line 3219: from bom_inventory_components

3215: BEGIN
3216:
3217: select component_sequence_id
3218: into l_id
3219: from bom_inventory_components
3220: where bill_sequence_id = p_bill_sequence_id
3221: and component_item_id = p_component_item_id
3222: and operation_seq_num = p_operation_sequence_num
3223: and effectivity_date = p_effectivity_date;