DBA Data[Home] [Help]

APPS.CLN_SYNC_ITEM_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_SYNC_ITEM_PKG AS
2: /* $Header: CLNSYNIB.pls 120.1 2005/10/27 06:05:20 kkram noship $ */
3: l_debug_level NUMBER := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
4:
5: -- Package
6: -- CLN_SYNC_ITEM_PKG
7: --

Line 931: l_org_item_import := FND_PROFILE.VALUE('CLN_ORG_ITEM_IMPRT');

927: END IF;
928:
929:
930: -- Get the user choice regarding the organization where the user wants to import the items
931: l_org_item_import := FND_PROFILE.VALUE('CLN_ORG_ITEM_IMPRT');
932:
933: IF (l_Debug_Level <= 1) THEN
934: cln_debug_pub.Add('Organization Choice : '||l_org_item_import, 1);
935: END IF;

Line 1574: l_cost_type := FND_PROFILE.VALUE('CLN_COST_TYPE');

1570:
1571:
1572: -- Get the cost type from the profile values wherein the user wants to import the
1573: -- items
1574: l_cost_type := FND_PROFILE.VALUE('CLN_COST_TYPE');
1575:
1576: IF (l_Debug_Level <= 1) THEN
1577: cln_debug_pub.Add('Cost Type : '||l_cost_type, 1);
1578: END IF;