DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_CTR_DATASTRUCTURES_PUB

Line 4583: l_desc_flex csi_ctr_datastructures_pub.dff_rec_type;

4579: l_ctr_association_id NUMBER;
4580: l_object_version_number NUMBER;
4581: -- l_desc_flex CS_COUNTERS_EXT_PVT.DFF_Rec_Type;
4582: -- Counter ref r12 changes
4583: l_desc_flex csi_ctr_datastructures_pub.dff_rec_type;
4584: l_ctr_item_associations_rec csi_ctr_datastructures_pub.ctr_item_associations_rec;
4585: l_trackable_flag VARCHAR2(1);
4586: l_uom_code VARCHAR2(3);
4587: l_rev_control NUMBER;

Line 4584: l_ctr_item_associations_rec csi_ctr_datastructures_pub.ctr_item_associations_rec;

4580: l_object_version_number NUMBER;
4581: -- l_desc_flex CS_COUNTERS_EXT_PVT.DFF_Rec_Type;
4582: -- Counter ref r12 changes
4583: l_desc_flex csi_ctr_datastructures_pub.dff_rec_type;
4584: l_ctr_item_associations_rec csi_ctr_datastructures_pub.ctr_item_associations_rec;
4585: l_trackable_flag VARCHAR2(1);
4586: l_uom_code VARCHAR2(3);
4587: l_rev_control NUMBER;
4588: l_exists_flag VARCHAR2(1);

Line 11437: l_desc_flex CSI_CTR_DATASTRUCTURES_PUB.DFF_REC_TYPE;

11433: l_ctr_association_id NUMBER;
11434: l_association_type VARCHAR2(30) := 'PROD_ITEM';
11435: -- l_desc_flex CS_COUNTERS_EXT_PVT.DFF_Rec_Type;
11436: -- Counter ref r12 changes
11437: l_desc_flex CSI_CTR_DATASTRUCTURES_PUB.DFF_REC_TYPE;
11438: l_delete_status VARCHAR2(1);
11439: l_exists VARCHAR2(1);
11440: l_instance_hist_rec csi_datastructures_pub.instance_history_rec;
11441: l_prior_txn_id NUMBER;

Line 11875: l_ctr_item_associations_rec csi_ctr_datastructures_pub.ctr_item_associations_rec;

11871: l_reason_failed VARCHAR2(30);
11872: l_token VARCHAR2(30);
11873: l_lock_status NUMBER;
11874: l_counter_group_id NUMBER :=0;
11875: l_ctr_item_associations_rec csi_ctr_datastructures_pub.ctr_item_associations_rec;
11876: l_valid BOOLEAN := TRUE;
11877: l_creation_flag VARCHAR2(1);
11878: l_gen_object_id NUMBER;
11879: l_ctr_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;

Line 11879: l_ctr_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;

11875: l_ctr_item_associations_rec csi_ctr_datastructures_pub.ctr_item_associations_rec;
11876: l_valid BOOLEAN := TRUE;
11877: l_creation_flag VARCHAR2(1);
11878: l_gen_object_id NUMBER;
11879: l_ctr_associations_tbl csi_ctr_datastructures_pub.counter_associations_tbl;
11880: l_ctr NUMBER;
11881: l_curr_maint_org_id NUMBER;
11882: l_latest_maint_org_id NUMBER;
11883: l_equipment_type NUMBER;