DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on FND_PROFILE

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

464: END Validate_changeamt ;
465:
466:
467: BEGIN
468: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
469: l_debug_mode := NVL(l_debug_mode, 'N');
470: --x_PO_HEADER_ID := 44878;
471: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
472:

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

594:
595:
596:
597: BEGIN
598: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
599: l_debug_mode := NVL(l_debug_mode, 'N');
600:
601: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
602:

Line 652: ,P_ORG_ID => p_org_id(i) /* Bug fix fnd_profile.value('ORG_ID') */

648: p_RECORD_STATUS => p_RECORD_STATUS(i)
649: ,p_CI_ID => p_CI_ID(i)
650: ,P_CALLING_MODE => 'VALIDATE'
651: ,P_CI_STATUS => P_CI_STATUS(i)
652: ,P_ORG_ID => p_org_id(i) /* Bug fix fnd_profile.value('ORG_ID') */
653: ,x_VENDOR_ID => l_vendor_id(i)
654: ,p_VENDOR_NAME => p_VENDOR_NAME(i)
655: ,x_PO_HEADER_ID => l_po_header_id(i)
656: ,p_PO_NUMBER => p_PO_NUMBER(i)

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

901:
902:
903:
904: BEGIN
905: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
906: l_debug_mode := NVL(l_debug_mode, 'N');
907:
908: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
909:

Line 948: ,P_ORG_ID => p_org_id /*Bug fix fnd_profile.value('ORG_ID')*/

944: p_RECORD_STATUS => p_RECORD_STATUS
945: ,p_CI_ID => p_CI_ID
946: ,P_CALLING_MODE => 'VALIDATE'
947: ,P_CI_STATUS => l_CI_STATUS
948: ,P_ORG_ID => p_org_id /*Bug fix fnd_profile.value('ORG_ID')*/
949: ,x_VENDOR_ID => l_vendor_id
950: ,p_VENDOR_NAME => p_VENDOR_NAME
951: ,x_PO_HEADER_ID => l_po_header_id
952: ,p_PO_NUMBER => p_PO_NUMBER

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

1267: ,X_MSG_COUNT IN OUT NOCOPY number ) IS
1268:
1269: l_debug_mode varchar2(1) := 'N';
1270: BEGIN
1271: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1272: l_debug_mode := NVL(l_debug_mode, 'N');
1273:
1274: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1275:

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

1320:
1321: l_debug_mode varchar2(1) := 'N';
1322:
1323: BEGIN
1324: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1325: l_debug_mode := NVL(l_debug_mode, 'N');
1326:
1327: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1328:

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

1404:
1405: l_debug_mode varchar2(1) := 'N';
1406:
1407: BEGIN
1408: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1409: l_debug_mode := NVL(l_debug_mode, 'N');
1410:
1411: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1412:

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

1462: l_msg_index_out Number;
1463: l_debug_mode varchar2(1) := 'N';
1464:
1465: BEGIN
1466: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1467: l_debug_mode := NVL(l_debug_mode, 'N');
1468:
1469: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1470: