DBA Data[Home] [Help]

APPS.PO_RELEASES_SV dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 91: fnd_attached_documents2_pkg.delete_attachments('PO_RELEASES', X_po_release_id,'', '', '', '', 'Y');

87: OBJECT_ID = X_po_release_id;
88:
89: X_progress := '040';
90:
91: fnd_attached_documents2_pkg.delete_attachments('PO_RELEASES', X_po_release_id,'', '', '', '', 'Y');
92:
93: /* Bug 2904413 */
94: X_progress := '050';
95:

Line 156: fnd_attached_documents2_pkg.delete_attachments('PO_RELEASE',

152:
153: /*
154: ** Call the routine to delete all attachements.
155: */
156: fnd_attached_documents2_pkg.delete_attachments('PO_RELEASE',
157: X_po_release_id,
158: '', '', '', '', 'Y');
159:
160: OPEN C;

Line 167: fnd_attached_documents2_pkg.delete_attachments('PO_SHIPMENT',

163:
164: FETCH C INTO x_line_location_id;
165: EXIT WHEN C%notfound;
166:
167: fnd_attached_documents2_pkg.delete_attachments('PO_SHIPMENT',
168: x_line_location_id,
169: '', '', '', '', 'Y');
170: END LOOP;
171: