DBA Data[Home] [Help]

APPS.GMS_AP_API dependencies on FND_PROFILE

Line 10: L_DEBUG varchar2(1) := NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N');

6: p_report_header_id Ap_expense_report_headers ID
7: p_reject_code Rejection identifier
8: */
9: -- For Bug 3269365: To check on, whether to print debug messages in log file or not
10: L_DEBUG varchar2(1) := NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N');
11: --End of Bug 3269365
12:
13: PROCEDURE GMS_AP_ER_HEADERS_AUT1 (P_invoice_id IN NUMBER,
14: p_report_header_id IN NUMBER,