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 152: fnd_attached_documents2_pkg.delete_attachments('PO_RELEASE',

148:
149: /*
150: ** Call the routine to delete all attachements.
151: */
152: fnd_attached_documents2_pkg.delete_attachments('PO_RELEASE',
153: X_po_release_id,
154: '', '', '', '', 'Y');
155:
156: OPEN C;

Line 163: fnd_attached_documents2_pkg.delete_attachments('PO_SHIPMENT',

159:
160: FETCH C INTO x_line_location_id;
161: EXIT WHEN C%notfound;
162:
163: fnd_attached_documents2_pkg.delete_attachments('PO_SHIPMENT',
164: x_line_location_id,
165: '', '', '', '', 'Y');
166: END LOOP;
167: