DBA Data[Home] [Help]

APPS.PO_LINES_SV dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 106: fnd_attached_documents2_pkg.delete_attachments('PO_LINES',

102: */
103: IF (x_allow_delete = 'Y') THEN
104:
105: /* call the ATTACHMENTS PKG to delete all attachments*/
106: fnd_attached_documents2_pkg.delete_attachments('PO_LINES',
107: x_po_line_id,
108: '', '', '', '', 'Y');
109:
110:

Line 175: fnd_attached_documents2_pkg.delete_attachments('PO_LINES',

171:
172: FETCH C_LINE INTO x_po_line_id;
173: EXIT WHEN C_LINE%notfound;
174:
175: fnd_attached_documents2_pkg.delete_attachments('PO_LINES',
176: x_po_line_id,
177: '', '', '', '', 'Y');
178:
179: --