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: PROCEDURE init_rec(p_match_rec_of_tab IN OUT NOCOPY CTO_Configured_Item_GRP.CTO_MATCH_REC_TYPE)
53: AS
54: BEGIN

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

208: lStmtNum := 10;
209: DELETE FROM bom_cto_order_lines_gt;
210:
211: lStmtNum := 20;
212: l_match_profile := FND_PROFILE.Value('BOM:MATCH_CONFIG');
213:
214:
215:
216: lStmtNum := 30;

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

213:
214:
215:
216: lStmtNum := 30;
217: l_PDS_ODS := FND_PROFILE.Value('INV_CTP');
218:
219:
220:
221: --level1

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

376: END IF;
377:
378: --call reuse configuration API
379: lStmtNum:=70;
380: lReuseProfile := FND_PROFILE.Value('CTO_REUSE_CONFIG'); --Bugfix 6642016
381:
382: IF PG_DEBUG <> 0 THEN
383: oe_debug_pub.add('Create_And_Link_Item: ' ||
384: ' Reuse Configuration profile: ' || to_char(lReuseProfile) , 5);