DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPTS_WF dependencies on AP_WEB_NOTES_PKG

Line 2006: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (

2002:
2003: ------------------------------------------------------------
2004: l_debug_info := 'store the result and response as a note';
2005: ------------------------------------------------------------
2006: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (
2007: p_report_header_id => l_report_header_id,
2008: p_note => l_note_prefix||' '||l_code_display_name||'
2009: '||l_response,
2010: p_lang => l_new_language_code,

Line 2047: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (

2043:
2044: ------------------------------------------------------------
2045: l_debug_info := 'store the fnd message as a note';
2046: ------------------------------------------------------------
2047: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (
2048: p_report_header_id => l_report_header_id,
2049: p_note => l_note_text,
2050: p_lang => l_new_language_code
2051: );