DBA Data[Home] [Help]

APPS.AR_CONFIRMATION_ACTION dependencies on AR_DOCUMENT_TRANSFER_PKG

Line 21: ar_document_transfer_pkg.updateRow(doc_rec);

17: doc_rec.confirmation_msgid := p_msgid;
18: doc_rec.status := p_status;
19: doc_rec.exception_message := p_exception_message;
20: doc_rec.exception_type := p_exception_type;
21: ar_document_transfer_pkg.updateRow(doc_rec);
22: if ar_doc_transfer_standard.isDebugOn then ar_doc_transfer_standard.debug('AR_CONFIRMATION_ACTION.update_status(-)'); end if;
23: end;
24:
25: function parseAndValidateId(p_id in varchar2,