DBA Data[Home] [Help]

APPS.CTO_GOP_INTERFACE_PK dependencies on FND_PROFILE

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

46: -------------------------------------------------------------------------------
47: */
48: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CTO_GOP_INTERFACE_PK';
49: --remove teh level 5
50: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
51:
52:
53:
54: PROCEDURE CTO_GOP_WRAPPER_API (

Line 116: l_match_profile := FND_PROFILE.Value('BOM:MATCH_CONFIG');

112: lStmtNum := 10;
113: DELETE FROM bom_cto_order_lines_gt;
114:
115: lStmtNum := 20;
116: l_match_profile := FND_PROFILE.Value('BOM:MATCH_CONFIG');
117:
118:
119:
120: lStmtNum := 30;

Line 121: l_PDS_ODS := FND_PROFILE.Value('INV_CTP');

117:
118:
119:
120: lStmtNum := 30;
121: l_PDS_ODS := FND_PROFILE.Value('INV_CTP');
122:
123:
124:
125: --level1

Line 272: lReuseProfile := FND_PROFILE.Value('CTO_REUSE_CONFIG'); --Bugfix 6642016

268: END IF;
269:
270: --call reuse configuration API
271: lStmtNum:=70;
272: lReuseProfile := FND_PROFILE.Value('CTO_REUSE_CONFIG'); --Bugfix 6642016
273:
274: IF PG_DEBUG <> 0 THEN
275: oe_debug_pub.add('Create_And_Link_Item: ' ||
276: ' Reuse Configuration profile: ' || to_char(lReuseProfile) , 5);