DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 1290: fnd_attached_documents2_pkg.copy_attachments('REQ_LINES',

1286: */
1287:
1288: -- Calling API to copy attachments from Requisition Lines to
1289: -- Release Shipments
1290: fnd_attached_documents2_pkg.copy_attachments('REQ_LINES',
1291: req_line.requisition_line_id,
1292: '',
1293: '',
1294: '',

Line 1311: fnd_attached_documents2_pkg.copy_attachments('REQ_HEADERS',

1307:
1308: -- Calling API to copy Requisiton Header Attachments to
1309: -- Release Shipments.
1310:
1311: fnd_attached_documents2_pkg.copy_attachments('REQ_HEADERS',
1312: req_line.requisition_header_id,
1313: '',
1314: '',
1315: '',