DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on FND_PROFILE

Line 53: l_inv_valdn_org_id NUMBER := fnd_profile.value('CS_INV_VALIDATION_ORG');

49: p_inventory_item_id NUMBER
50: ) IS
51:
52: l_dummy VARCHAR2(1);
53: l_inv_valdn_org_id NUMBER := fnd_profile.value('CS_INV_VALIDATION_ORG');
54: BEGIN
55: IF p_inventory_item_id IS NOT NULL THEN
56: BEGIN
57: SELECT 'x'

Line 213: l_inv_valdn_org_id NUMBER := fnd_profile.value('CS_INV_VALIDATION_ORG');

209: l_dummy varchar2(1);
210: l_exists varchar2(1);
211: l_time_uom varchar2(1);
212: l_ctr_type_valid varchar2(1);
213: l_inv_valdn_org_id NUMBER := fnd_profile.value('CS_INV_VALIDATION_ORG');
214: BEGIN
215: -- Read the debug profiles values in to global variable 7197402
216: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
217:

Line 2942: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');

2938: -- Read the debug profiles values in to global variable 7197402
2939: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
2940:
2941: -- Check the profile option debug_level for debug message reporting
2942: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');
2943:
2944: -- If debug_level = 1 then dump the procedure name
2945: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
2946: csi_ctr_gen_utility_pvt.put_line( 'create_derived_filters');

Line 5769: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');

5765: -- Read the debug profiles values in to global variable 7197402
5766: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
5767:
5768: -- Check the profile option debug_level for debug message reporting
5769: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');
5770:
5771: -- If debug_level = 1 then dump the procedure name
5772: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
5773: csi_ctr_gen_utility_pvt.put_line( 'update_derived_filters');

Line 7618: FND_PROFILE.Get('ORG_ID',l_org_id);

7614: -- You cannot have configuration counters fro service items
7615: -- only for serviceable products. So, I can safely look at
7616: -- cs_customer_products and assume this is a product.
7617:
7618: FND_PROFILE.Get('ORG_ID',l_org_id);
7619:
7620: l_config_root_id := csi_generic_grp.config_root_node(p_source_object_id_instance,'COMPONENT-OF');
7621:
7622: BEGIN

Line 8521: FND_PROFILE.Get('ORG_ID',l_org_id);

8517: -- You cannot have configuration counters fro service items
8518: -- only for serviceable products. So, I can safely look at
8519: -- cs_customer_products and assume this is a product.
8520:
8521: FND_PROFILE.Get('ORG_ID',l_org_id);
8522:
8523: l_config_root_id := csi_generic_grp.config_root_node(p_source_object_id_instance,'COMPONENT-OF');
8524:
8525: BEGIN