DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_PKG dependencies on FND_PROFILE

Line 277: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

273:
274:
275:
276: BEGIN
277: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
278: l_debug_mode := NVL(l_debug_mode, 'N');
279: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
280:
281: IF l_debug_mode = 'Y' THEN

Line 1082: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

1078: l_original_ci_trans_id number;
1079:
1080: BEGIN
1081:
1082: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1083: l_debug_mode := NVL(l_debug_mode, 'N');
1084:
1085: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1086:

Line 1464: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

1460: l_ci_id number;
1461:
1462: BEGIN
1463:
1464: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1465: l_debug_mode := NVL(l_debug_mode, 'N');
1466:
1467: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1468: open fetch_details;