DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_BUDGET dependencies on FND_PROFILE

Line 370: L_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');

366: IS
367: /* Use the below variable to check if the PA debug mode is ON before printing
368: the debug messages. */
369:
370: L_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
371:
372: /* Define any other local variables, here. */
373:
374: BEGIN