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 352: lReuseProfile := FND_PROFILE.Value('CTO_REUSE_CONFIG'); --Bugfix 6642016

348:
349: if( p_mode = 'AUTOCONFIG' ) then
350: if ( v_bcol_data_exists = 'Y' ) then
351:
352: lReuseProfile := FND_PROFILE.Value('CTO_REUSE_CONFIG'); --Bugfix 6642016
353:
354: IF PG_DEBUG <> 0 THEN
355: oe_debug_pub.add('Create_And_Link_Item: ' ||
356: ' Reuse Configuration profile: ' || to_char(lReuseProfile) , 5);

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

740:
741:
742: lStmtNum := 50 ;
743:
744: lMatchProfile := FND_PROFILE.Value('BOM:MATCH_CONFIG');
745:
746: oe_debug_pub.add('Create_And_Link_Item: ' || ' Done Match section ', 5);
747: oe_debug_pub.add('Create_And_Link_Item: ' || ' Done Match section ' || lMatchProfile , 5);
748:

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

902: -- and that it is not the same as the item delimiter value.
903: --
904:
905: lStmtNum := 90 ;
906: lCiDel := FND_PROFILE.Value('BOM:CONFIG_ITEM_DELIMITER');
907:
908: if (lCiDel = ' ') then
909: lCiDel := '';
910: end if;

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

2111: l_stmt_num := 1;
2112:
2113: x_match_found := 'N' ;
2114:
2115: l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
2116:
2117: l_stmt_num := 5;
2118:
2119: /* for each model */