DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 386: fnd_attached_documents2_pkg.delete_attachments(

382: delete from wip_sub_operation_resources
383: where wip_entity_id = p_wipEntityID
384: and organization_id = p_orgID;
385:
386: fnd_attached_documents2_pkg.delete_attachments(
387: x_entity_name => 'WIP_DISCRETE_OPERATIONS',
388: x_pk1_value => to_char(p_wipEntityID),
389: x_pk3_value => to_char(p_orgID),
390: x_delete_document_flag => 'Y');