DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPTS_WF dependencies on AP_WEB_NOTES_PKG

Line 2226: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (

2222:
2223: ------------------------------------------------------------
2224: l_debug_info := 'store the result and response as a note';
2225: ------------------------------------------------------------
2226: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (
2227: p_report_header_id => l_report_header_id,
2228: p_note => l_note_prefix||' '||l_code_display_name||'
2229: '||l_response,
2230: p_lang => l_new_language_code,

Line 2299: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (

2295:
2296: ------------------------------------------------------------
2297: l_debug_info := 'store the fnd message as a note';
2298: ------------------------------------------------------------
2299: AP_WEB_NOTES_PKG.CreateERPrepToAudNote (
2300: p_report_header_id => l_report_header_id,
2301: p_note => l_note_text,
2302: p_lang => l_new_language_code
2303: );