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 2929: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');

2925: -- Read the debug profiles values in to global variable 7197402
2926: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
2927:
2928: -- Check the profile option debug_level for debug message reporting
2929: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');
2930:
2931: -- If debug_level = 1 then dump the procedure name
2932: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
2933: csi_ctr_gen_utility_pvt.put_line( 'create_derived_filters');

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

5744: -- Read the debug profiles values in to global variable 7197402
5745: CSI_CTR_GEN_UTILITY_PVT.read_debug_profiles;
5746:
5747: -- Check the profile option debug_level for debug message reporting
5748: -- l_debug_level:=fnd_profile.value('CSI_COUNTER_DEBUG_LEVEL');
5749:
5750: -- If debug_level = 1 then dump the procedure name
5751: IF (CSI_CTR_GEN_UTILITY_PVT.g_debug_level > 0) THEN
5752: csi_ctr_gen_utility_pvt.put_line( 'update_derived_filters');

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

7571: -- You cannot have configuration counters fro service items
7572: -- only for serviceable products. So, I can safely look at
7573: -- cs_customer_products and assume this is a product.
7574:
7575: FND_PROFILE.Get('ORG_ID',l_org_id);
7576:
7577: l_config_root_id := csi_generic_grp.config_root_node(p_source_object_id_instance,'COMPONENT-OF');
7578:
7579: BEGIN

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

8444: -- You cannot have configuration counters fro service items
8445: -- only for serviceable products. So, I can safely look at
8446: -- cs_customer_products and assume this is a product.
8447:
8448: FND_PROFILE.Get('ORG_ID',l_org_id);
8449:
8450: l_config_root_id := csi_generic_grp.config_root_node(p_source_object_id_instance,'COMPONENT-OF');
8451:
8452: BEGIN