DBA Data[Home] [Help]

APPS.CTO_UPDATE_CONFIGS_PK dependencies on BOM_BILL_OF_MATERIALS

Line 3478: from bom_bill_of_materials bbom,

3474: bic.wip_supply_type,
3475: bic.component_sequence_id
3476: into p_t_bcol(v_item).wip_supply_type,
3477: p_t_bcol(v_item).component_sequence_id
3478: from bom_bill_of_materials bbom,
3479: bom_inventory_components bic
3480: where bbom.bill_sequence_id =
3481: (select common_bill_sequence_id
3482: from bom_bill_of_materials

Line 3482: from bom_bill_of_materials

3478: from bom_bill_of_materials bbom,
3479: bom_inventory_components bic
3480: where bbom.bill_sequence_id =
3481: (select common_bill_sequence_id
3482: from bom_bill_of_materials
3483: where assembly_item_id = p_t_bcol(v_parent_item).inventory_item_id
3484: and alternate_bom_designator is null
3485: and rownum = 1)
3486: and bbom.common_bill_sequence_id = bic.bill_sequence_id