DBA Data[Home] [Help]

APPS.PO_MODIFY_REQUISITION_PVT dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 1337: fnd_attached_documents2_pkg.copy_attachments(

1333: PO_LOG.stmt(d_module_base,d_progress,'l_req_line_index',l_req_line_index);
1334: PO_LOG.stmt(d_module_base,d_progress,'Coping attachments from old line to newly created lines');
1335: END IF;
1336:
1337: fnd_attached_documents2_pkg.copy_attachments(
1338: X_from_entity_name => g_REQ_LINES_ENTITY,
1339: X_from_pk1_value => p_req_line_id,
1340: X_from_pk2_value => NULL,
1341: X_from_pk3_value => NULL,