DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 430: fnd_attached_documents2_pkg.delete_attachments(

426: delete from wip_sub_operation_resources
427: where wip_entity_id = p_wipEntityID
428: and organization_id = p_orgID;
429:
430: fnd_attached_documents2_pkg.delete_attachments(
431: x_entity_name => 'WIP_DISCRETE_OPERATIONS',
432: x_pk1_value => to_char(p_wipEntityID),
433: x_pk3_value => to_char(p_orgID),
434: x_delete_document_flag => 'Y');

Line 457: fnd_attached_documents2_pkg.delete_attachments(

453: delete from wip_sub_operation_resources
454: where wip_entity_id = p_wipEntityID
455: and organization_id = p_orgID;
456:
457: fnd_attached_documents2_pkg.delete_attachments(
458: x_entity_name => 'WIP_DISCRETE_OPERATIONS',
459: x_pk1_value => to_char(p_wipEntityID),
460: x_pk3_value => to_char(p_orgID),
461: x_delete_document_flag => 'Y');