DBA Data[Home] [Help]

APPS.PO_MODIFY_REQUISITION_PVT dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 894: fnd_attached_documents2_pkg.copy_attachments(

890: PO_LOG.stmt(d_module_base,d_progress,'l_req_line_index',l_req_line_index);
891: PO_LOG.stmt(d_module_base,d_progress,'Coping attachments from old line to newly created lines');
892: END IF;
893:
894: fnd_attached_documents2_pkg.copy_attachments(
895: X_from_entity_name => g_REQ_LINES_ENTITY,
896: X_from_pk1_value => p_req_line_id,
897: X_from_pk2_value => NULL,
898: X_from_pk3_value => NULL,