DBA Data[Home] [Help]

APPS.CTO_CONFIGURED_ITEM_GRP dependencies on FND_PROFILE

Line 49: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);

45:
46:
47: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CTO_Configured_Item_GRP';
48:
49: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
50:
51: --
52: -- bug 16352937
53: -- This is the old signature of the API that was overloaded

Line 181: --l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');

177:
178: lStmtNum:=20;
179: --no need of match profile as upto customer discretion to
180: --call macth api
181: --l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
182:
183: IF PG_DEBUG <> 0 THEN
184: oe_debug_pub.add('MATCH_CONFIGURED_ITEM:'||'CUSTOM_MATCH: ' || l_custom_match_profile, 1);
185: END IF;