DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_TEMPLATE_PVT

Line 1: PACKAGE BODY CSI_COUNTER_TEMPLATE_PVT AS

1: PACKAGE BODY CSI_COUNTER_TEMPLATE_PVT AS
2: /* $Header: csivcttb.pls 120.41.12010000.3 2008/11/25 22:53:27 anjgupta ship $ */
3:
4: -- --------------------------------------------------------
5: -- Define global variables

Line 8: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSI_COUNTER_TEMPLATE_PVT';

4: -- --------------------------------------------------------
5: -- Define global variables
6: -- --------------------------------------------------------
7:
8: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSI_COUNTER_TEMPLATE_PVT';
9: G_FILE_NAME CONSTANT VARCHAR2(12) := 'csivcttb.pls';
10:
11: PROCEDURE validate_counter_group
12: (

Line 5791: csi_ctr_gen_utility_pvt.put_line('Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS');

5787: WHILE l_msg_count > 0 LOOP
5788: x_msg_data := FND_MSG_PUB.GET
5789: (l_msg_index,
5790: FND_API.G_FALSE);
5791: csi_ctr_gen_utility_pvt.put_line('Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS');
5792: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
5793: l_msg_index := l_msg_index + 1;
5794: l_msg_count := l_msg_count - 1;
5795: END LOOP;

Line 7523: CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS

7519: l_ctr_derived_filters_tbl.creation_date := sysdate;
7520: l_ctr_derived_filters_tbl.created_by := FND_GLOBAL.user_id;
7521: l_ctr_derived_filters_tbl.last_update_login := FND_GLOBAL.user_id;
7522: */
7523: CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS
7524: (
7525: p_api_version => p_api_version
7526: ,p_commit => p_commit
7527: ,p_init_msg_list => p_init_msg_list

Line 7543: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS');

7539: WHILE l_msg_count > 0 LOOP
7540: x_msg_data := FND_MSG_PUB.GET
7541: (l_msg_index,
7542: FND_API.G_FALSE );
7543: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS');
7544: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
7545: l_msg_index := l_msg_index + 1;
7546: l_msg_count := l_msg_count - 1;
7547: END LOOP;

Line 7663: csi_counter_template_pvt.create_counter_relationship

7659: l_counter_relationships_rec.factor := ctr_formula_bvars_cur_rec.factor;
7660: l_counter_relationships_rec.active_start_date := ctr_formula_bvars_cur_rec.active_start_date;
7661: l_counter_relationships_rec.active_end_date := ctr_formula_bvars_cur_rec.active_end_date;
7662:
7663: csi_counter_template_pvt.create_counter_relationship
7664: (
7665: p_api_version => p_api_version
7666: ,p_commit => fnd_api.g_false
7667: ,p_init_msg_list => p_init_msg_list

Line 8122: csi_ctr_gen_utility_pvt.put_line('Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_COUNTER_GROUP');

8118: WHILE l_msg_count > 0 LOOP
8119: x_msg_data := FND_MSG_PUB.GET
8120: (l_msg_index,
8121: FND_API.G_FALSE );
8122: csi_ctr_gen_utility_pvt.put_line('Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_COUNTER_GROUP');
8123: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
8124: l_msg_index := l_msg_index + 1;
8125: l_msg_count := l_msg_count - 1;
8126: END LOOP;

Line 8388: CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS

8384: csi_ctr_prop_template_vl ctrprop
8385: WHERE ctrprop.counter_property_id = ctr_der_filter_cur_rec.counter_property_id
8386: AND ctrprop.counter_id = l_new_ctr_id;
8387:
8388: CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS
8389: (
8390: p_api_version => p_api_version
8391: ,p_commit => p_commit
8392: ,p_init_msg_list => p_init_msg_list

Line 8408: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS');

8404: WHILE l_msg_count > 0 LOOP
8405: x_msg_data := FND_MSG_PUB.GET
8406: (l_msg_index,
8407: FND_API.G_FALSE );
8408: csi_ctr_gen_utility_pvt.put_line( ' Error from CSI_COUNTER_TEMPLATE_PVT.CREATE_DERIVED_FILTERS');
8409: csi_ctr_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
8410: l_msg_index := l_msg_index + 1;
8411: l_msg_count := l_msg_count - 1;
8412: END LOOP;

Line 8536: csi_counter_template_pvt.create_counter_relationship

8532: l_counter_relationships_rec.factor := ctr_formula_bvars_cur_rec.factor;
8533: l_counter_relationships_rec.active_start_date := ctr_formula_bvars_cur_rec.active_start_date;
8534: l_counter_relationships_rec.active_end_date := ctr_formula_bvars_cur_rec.active_end_date;
8535:
8536: csi_counter_template_pvt.create_counter_relationship
8537: (
8538: p_api_version => p_api_version
8539: ,p_commit => fnd_api.g_false
8540: ,p_init_msg_list => p_init_msg_list

Line 8796: END CSI_COUNTER_TEMPLATE_PVT;

8792: p_data => x_msg_data
8793: );
8794: END delete_item_association;
8795:
8796: END CSI_COUNTER_TEMPLATE_PVT;