DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 7224: FND_ATTACHED_DOCUMENTS2_PKG.delete_attachments ( 'REQ_LINE_CHANGES',l_req_line_id, NULL,NULL,NULL, NULL,'Y');

7220: l_req_line_id;
7221: EXIT WHEN l_req_lines_csr%notfound;
7222: IF(l_req_line_id IS NOT NULL) THEN
7223: -- delete the attachmnets of change request
7224: FND_ATTACHED_DOCUMENTS2_PKG.delete_attachments ( 'REQ_LINE_CHANGES',l_req_line_id, NULL,NULL,NULL, NULL,'Y');
7225: --there is no commit in above call
7226: COMMIT;
7227: END IF;
7228: END LOOP;

Line 7257: FND_ATTACHED_DOCUMENTS2_PKG.delete_attachments ( 'REQ_LINE_CHANGES',p_req_line_id, NULL,NULL,NULL, NULL,'Y');

7253: l_progress :='001';
7254: po_debug.debug_var(l_log_head, l_progress, 'p_req_line_id', p_req_line_id);
7255: END IF;
7256: -- delete the attachmnets of change request
7257: FND_ATTACHED_DOCUMENTS2_PKG.delete_attachments ( 'REQ_LINE_CHANGES',p_req_line_id, NULL,NULL,NULL, NULL,'Y');
7258: --there is no commit in above call
7259: IF g_debug_stmt THEN
7260: l_progress :='002';
7261: po_debug.debug_var(l_log_head, l_progress, 'p_req_line_id', p_req_line_id);