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: PROCEDURE MATCH_CONFIGURED_ITEM
52: (
53: --std parameters

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

140:
141: lStmtNum:=20;
142: --no need of match profile as upto customer discretion to
143: --call macth api
144: --l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
145:
146: IF PG_DEBUG <> 0 THEN
147: oe_debug_pub.add('MATCH_CONFIGURED_ITEM:'||'CUSTOM_MATCH: ' || l_custom_match_profile, 1);
148: END IF;