DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_COUNTER_TEMPLATE_PUB

Line 5988: l_ctr_id_template csi_counter_template_pub.ctr_template_autoinst_tbl;

5984: l_ctr_instantiate VARCHAR2(1);
5985: l_call_counters VARCHAR2(1) := FND_PROFILE.VALUE('CSI_COUNTERS_ENABLED');
5986: l_ctr_grp_id_template NUMBER;
5987: l_ctr_grp_id_instance NUMBER;
5988: l_ctr_id_template csi_counter_template_pub.ctr_template_autoinst_tbl;
5989: l_ctr_id_instance csi_counter_template_pub.counter_autoinstantiate_tbl;
5990: l_user_id NUMBER := FND_GLOBAL.USER_ID;
5991: l_login_id NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
5992: l_upd_txn_count NUMBER := 0;

Line 5989: l_ctr_id_instance csi_counter_template_pub.counter_autoinstantiate_tbl;

5985: l_call_counters VARCHAR2(1) := FND_PROFILE.VALUE('CSI_COUNTERS_ENABLED');
5986: l_ctr_grp_id_template NUMBER;
5987: l_ctr_grp_id_instance NUMBER;
5988: l_ctr_id_template csi_counter_template_pub.ctr_template_autoinst_tbl;
5989: l_ctr_id_instance csi_counter_template_pub.counter_autoinstantiate_tbl;
5990: l_user_id NUMBER := FND_GLOBAL.USER_ID;
5991: l_login_id NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
5992: l_upd_txn_count NUMBER := 0;
5993: l_upd_txn_tbl dbms_sql.Number_Table;

Line 7782: csi_counter_template_pub.create_item_association

7778: if(ctr_rec.associated_to_group = 'Y') then
7779: l_ctr_item_associations_rec.associated_to_group := ctr_rec.associated_to_group;
7780: end if;
7781:
7782: csi_counter_template_pub.create_item_association
7783: (p_api_version => 1.0
7784: ,p_commit => fnd_api.g_false
7785: ,p_init_msg_list => fnd_api.g_false
7786: ,p_validation_level => p_validation_level

Line 7809: csi_counter_template_pub.autoinstantiate_counters

7805: END IF;
7806: --
7807: IF l_ctr_instantiate = 'Y' THEN
7808: IF nvl(l_call_counters,'N') = 'Y' THEN
7809: csi_counter_template_pub.autoinstantiate_counters
7810: ( p_api_version => 1.0
7811: ,p_init_msg_list => FND_API.G_TRUE
7812: ,p_commit => FND_API.G_FALSE
7813: ,x_return_status => x_return_status