DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on FND_PROFILE

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

269:
270: END Validate_changeamt ;
271:
272: BEGIN
273: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
274: l_debug_mode := NVL(l_debug_mode, 'N');
275:
276: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
277:

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

377:
378:
379:
380: BEGIN
381: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
382: l_debug_mode := NVL(l_debug_mode, 'N');
383:
384: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
385:

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

431: p_RECORD_STATUS => p_RECORD_STATUS(i)
432: ,p_CI_ID => p_CI_ID(i)
433: ,P_CALLING_MODE => 'VALIDATE'
434: ,P_CI_STATUS => P_CI_STATUS(i)
435: ,P_ORG_ID => p_org_id(i) /* Bug fix fnd_profile.value('ORG_ID') */
436: ,x_VENDOR_ID => l_vendor_id(i)
437: ,p_VENDOR_NAME => p_VENDOR_NAME(i)
438: ,x_PO_HEADER_ID => l_po_header_id(i)
439: ,p_PO_NUMBER => p_PO_NUMBER(i)

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

598: l_debug_mode varchar2(1) := 'N';
599:
600: BEGIN
601:
602: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
603: l_debug_mode := NVL(l_debug_mode, 'N');
604:
605: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
606:

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

639: p_RECORD_STATUS => p_RECORD_STATUS
640: ,p_CI_ID => p_CI_ID
641: ,P_CALLING_MODE => 'VALIDATE'
642: ,P_CI_STATUS => l_CI_STATUS
643: ,P_ORG_ID => p_org_id /*Bug fix fnd_profile.value('ORG_ID')*/
644: ,x_VENDOR_ID => l_vendor_id
645: ,p_VENDOR_NAME => p_VENDOR_NAME
646: ,x_PO_HEADER_ID => l_po_header_id
647: ,p_PO_NUMBER => p_PO_NUMBER

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

872: ,X_MSG_COUNT IN OUT NOCOPY number ) IS
873:
874: l_debug_mode varchar2(1) := 'N';
875: BEGIN
876: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
877: l_debug_mode := NVL(l_debug_mode, 'N');
878:
879: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
880:

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

925:
926: l_debug_mode varchar2(1) := 'N';
927:
928: BEGIN
929: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
930: l_debug_mode := NVL(l_debug_mode, 'N');
931:
932: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
933:

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

1009:
1010: l_debug_mode varchar2(1) := 'N';
1011:
1012: BEGIN
1013: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1014: l_debug_mode := NVL(l_debug_mode, 'N');
1015:
1016: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1017:

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

1067: l_msg_index_out Number;
1068: l_debug_mode varchar2(1) := 'N';
1069:
1070: BEGIN
1071: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1072: l_debug_mode := NVL(l_debug_mode, 'N');
1073:
1074: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
1075: