DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 4807: fnd_attached_documents2_pkg.

4803: -- CONSIGNED FPI
4804:
4805: l_progress := '640';
4806: -- API to copy attachments from requisition line to release shipment
4807: fnd_attached_documents2_pkg.
4808: copy_attachments('REQ_LINES',
4809: interface.requisition_line_id,
4810: '',
4811: '',

Line 4837: fnd_attached_documents2_pkg.

4833: WHERE requisition_line_id = interface.requisition_line_id;
4834:
4835: l_progress:='660';
4836:
4837: fnd_attached_documents2_pkg.
4838: copy_attachments('REQ_HEADERS',
4839: x_requisition_header_id,
4840: '',
4841: '',

Line 4882: fnd_attached_documents2_pkg.

4878: */
4879:
4880: if g_interface_source_code not in ('SOURCING','CONSUMPTION_ADVICE') then -- CONSIGNED FPI
4881: l_progress := '670';
4882: fnd_attached_documents2_pkg.
4883: copy_attachments('REQ_LINES',
4884: interface.requisition_line_id,
4885: '',
4886: '',

Line 4912: fnd_attached_documents2_pkg.

4908: WHERE requisition_line_id = interface.requisition_line_id;
4909:
4910: l_progress:='690';
4911:
4912: fnd_attached_documents2_pkg.
4913: copy_attachments('REQ_HEADERS',
4914: x_requisition_header_id,
4915: '',
4916: '',

Line 5051: fnd_attached_documents2_pkg.copy_attachments(

5047: -- only then need to copy the one time attachments.
5048: -- copy one-time location from first actual shipment to
5049: -- each payitem.
5050: IF (l_one_time_att_doc_id IS NOT NULL) THEN
5051: fnd_attached_documents2_pkg.copy_attachments(
5052: X_from_entity_name => 'PO_SHIPMENTS'
5053: , X_from_pk1_value => x_line_location_id
5054: , X_from_pk2_value => 'ONE_TIME_LOCATION'
5055: , X_to_entity_name => 'PO_SHIPMENTS'