DBA Data[Home] [Help]

APPS.CLN_NP_PROCESSOR_PKG dependencies on FND_PROFILE

Line 3: l_debug_level NUMBER := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));

1: PACKAGE BODY CLN_NP_PROCESSOR_PKG AS
2: /* $Header: ECXNPNPB.pls 120.0 2005/08/25 04:47:39 nparihar noship $ */
3: l_debug_level NUMBER := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
4:
5: --
6: -- Package
7: -- CLN_NP_PROCESSOR_PKG_NEW

Line 80: l_embedded_notif_screen := FND_PROFILE.VALUE('CLN_EMBEDDED_NOT_SCREEN');

76: ecx_cln_debug_pub.Add('COLLABORATION_ID :' || p_collaboration_id, 1);
77: ecx_cln_debug_pub.Add('COLLABORATION_TYPE :' || p_collaboration_type, 1);
78: END IF;
79:
80: l_embedded_notif_screen := FND_PROFILE.VALUE('CLN_EMBEDDED_NOT_SCREEN');
81: IF (l_Debug_Level <= 1) THEN
82: ecx_cln_debug_pub.Add('Embedded Notification reqd :' || l_embedded_notif_screen , 1);
83: END IF;
84:

Line 332: l_delivery_confirmation_code := FND_PROFILE.VALUE('CLN_DELIVERY_CONFIRMATION_CODE');

328: --RAISE FND_API.G_EXC_ERROR;
329: END;
330:
331: -- Obtain the value of CLN_DELIVERY_CONFIRMATION_CODE profile option - Default B2B_02
332: l_delivery_confirmation_code := FND_PROFILE.VALUE('CLN_DELIVERY_CONFIRMATION_CODE');
333:
334: IF l_delivery_confirmation_code IS NULL THEN
335:
336: FND_MESSAGE.SET_NAME('CLN', 'CLN_PO_DEL_CONFIRM_NOT_FOUND');

Line 683: l_role := FND_PROFILE.VALUE('CLN_ADMINISTRATOR');

679: IF (l_Debug_Level <= 1) THEN
680: ecx_cln_debug_pub.Add('Administrator Roles not specified', 1);
681: END IF;
682:
683: l_role := FND_PROFILE.VALUE('CLN_ADMINISTRATOR');
684: IF (l_Debug_Level <= 1) THEN
685: ecx_cln_debug_pub.Add('Administrator Profile Role or E-Mail:' || l_email, 1);
686: END IF;
687: BEGIN

Line 1395: l_role := FND_PROFILE.VALUE('CLN_ADMINISTRATOR');

1391: ecx_cln_debug_pub.Add('ENTERING CLN_NP_PROCESSOR_PKG.NOTIFY_ADMINISTRATOR', 2);
1392: END IF;
1393:
1394:
1395: l_role := FND_PROFILE.VALUE('CLN_ADMINISTRATOR');
1396: IF (l_Debug_Level <= 1) THEN
1397: ecx_cln_debug_pub.Add('Administrator Profile Role or E-Mail:' || l_email, 1);
1398: END IF;
1399:

Line 2022: l_notif_receiver_role := FND_PROFILE.VALUE('CLN_ADMINISTRATOR');

2018: IF (l_Debug_Level <= 1) THEN
2019: ecx_cln_debug_pub.Add('Notification Receiver Defaulted to CLN:Admimistrator', 1);
2020: END IF;
2021:
2022: l_notif_receiver_role := FND_PROFILE.VALUE('CLN_ADMINISTRATOR');
2023:
2024: IF (l_Debug_Level <= 1) THEN
2025: ecx_cln_debug_pub.Add('Notification Receiver ---- >>>'||l_notif_receiver_role, 1);
2026: END IF;