DBA Data[Home] [Help]

APPS.EAM_EXPLODE_ACTIVITY_PVT dependencies on BOM_BILL_OF_MATERIALS

Line 811: from bom_bill_of_materials

807: begin
808:
809: select bill_sequence_id
810: into l_bill_sequence_id
811: from bom_bill_of_materials
812: where organization_id= l_eam_wo_rec.organization_id
813: and assembly_item_id = l_eam_wo_rec.asset_activity_id
814: and (l_eam_wo_rec.alternate_bom_designator is null
815: or (l_eam_wo_rec.alternate_bom_designator is not null

Line 935: X_from_entity_name => 'BOM_BILL_OF_MATERIALS',

931:
932: if (p_bill_sequence_id) is not null then
933:
934: fnd_attached_documents2_pkg.copy_attachments(
935: X_from_entity_name => 'BOM_BILL_OF_MATERIALS',
936: X_from_pk1_value => p_bill_sequence_id,
937: X_from_pk2_value => '',
938: X_from_pk3_value => '',
939: X_from_pk4_value => '',