DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on FND_PROFILE

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

89: | validation-org cannot be null
90: |
91: *============================================================================*/
92:
93: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
94:
95: /* OSS Items Org list for creating BOM */
96: g_bom_org_list CTO_OSS_SOURCE_PK.bom_org_list_tab ; /* line_id, inventory_item_id, org_id */
97:

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

363:
364: if( p_mode = 'AUTOCONFIG' ) then
365: if ( v_bcol_data_exists = 'Y' ) then
366:
367: lReuseProfile := FND_PROFILE.Value('CTO_REUSE_CONFIG'); --Bugfix 6642016
368:
369: IF PG_DEBUG <> 0 THEN
370: oe_debug_pub.add('Create_And_Link_Item: ' ||
371: ' Reuse Configuration profile: ' || to_char(lReuseProfile) , 5);

Line 798: lMatchProfile := FND_PROFILE.Value('BOM:MATCH_CONFIG');

794:
795:
796: lStmtNum := 50 ;
797:
798: lMatchProfile := FND_PROFILE.Value('BOM:MATCH_CONFIG');
799:
800: oe_debug_pub.add('Create_And_Link_Item: ' || ' Done Match section ', 5);
801: oe_debug_pub.add('Create_And_Link_Item: ' || ' Done Match section ' || lMatchProfile , 5);
802:

Line 960: lCiDel := FND_PROFILE.Value('BOM:CONFIG_ITEM_DELIMITER');

956: -- and that it is not the same as the item delimiter value.
957: --
958:
959: lStmtNum := 90 ;
960: lCiDel := FND_PROFILE.Value('BOM:CONFIG_ITEM_DELIMITER');
961:
962: if (lCiDel = ' ') then
963: lCiDel := '';
964: end if;

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

2179: l_stmt_num := 1;
2180:
2181: x_match_found := 'N' ;
2182:
2183: l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
2184:
2185: l_stmt_num := 5;
2186:
2187: /* for each model */