DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 1299: fnd_attached_documents2_pkg.copy_attachments('REQ_LINES',

1295: */
1296:
1297: -- Calling API to copy attachments from Requisition Lines to
1298: -- Release Shipments
1299: fnd_attached_documents2_pkg.copy_attachments('REQ_LINES',
1300: req_line.requisition_line_id,
1301: '',
1302: '',
1303: '',

Line 1320: fnd_attached_documents2_pkg.copy_attachments('REQ_HEADERS',

1316:
1317: -- Calling API to copy Requisiton Header Attachments to
1318: -- Release Shipments.
1319:
1320: fnd_attached_documents2_pkg.copy_attachments('REQ_HEADERS',
1321: req_line.requisition_header_id,
1322: '',
1323: '',
1324: '',