DBA Data[Home] [Help]

APPS.AP_WEB_HOLDS_WF dependencies on AP_WEB_NOTES_PKG

Line 930: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (

926:
927: ------------------------------------------------------------
928: l_debug_info := 'store the fnd message as a note';
929: ------------------------------------------------------------
930: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (
931: p_report_header_id => l_report_header_id,
932: p_note => l_note_text,
933: p_lang => l_new_language_code
934: );