DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on FND_ATTACHED_DOCUMENTS

Line 35: from fnd_attached_documents fad

31: from wip_operations wo
32: where wo.organization_id = p_org_id
33: and wo.wip_entity_id = p_wip_entity_id
34: and exists (select fad.pk1_value
35: from fnd_attached_documents fad
36: where fad.pk1_value = to_char(wo.operation_sequence_id)
37: and fad.entity_name = 'BOM_OPERATION_SEQUENCES');
38: begin
39: x_returnStatus := fnd_api.g_ret_sts_success;

Line 492: fnd_attached_documents2_pkg.copy_attachments(

488: end if;
489:
490:
491: FOR op_attach IN op_attachments(p_orgID, p_wipEntityID) LOOP
492: fnd_attached_documents2_pkg.copy_attachments(
493: x_from_entity_name => 'BOM_OPERATION_SEQUENCES',
494: x_from_pk1_value => to_char(op_attach.operation_sequence_id),
495: x_to_entity_name => 'WIP_DISCRETE_OPERATIONS',
496: x_to_pk1_value => to_char(p_wipEntityID),