DBA Data[Home] [Help]

APPS.CSL_COUNTER_PROP_VALUES_PKG dependencies on CS_CTR_CAPTURE_READING_PUB

Line 65: -- l_prop_rdg_tbl Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Tbl_Type;

61: --Bug 4496299
62: -- l_ctr_grp_log_rec Cs_Ctr_Capture_Reading_pvt.Ctr_Grp_Log_Rec_Type;
63: --l_ctr_rdg_rec Cs_Ctr_Capture_Reading_pvt.Ctr_Rdg_Rec_Type;
64: --l_prop_rdg_rec Cs_Ctr_Capture_Reading_pvt.Prop_Rdg_Rec_Type;
65: -- l_prop_rdg_tbl Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Tbl_Type;
66: l_ctr_grp_id number;
67: l_ctr_grp_log_id number;
68: l_cnt_prop_vals number;
69:

Line 236: --l_ctr_grp_log_rec Cs_Ctr_Capture_Reading_pub.Ctr_Grp_Log_Rec_Type;

232:
233: r_counter_prop_value c_counter_prop_value%rowtype;
234:
235: --Bug 4496299
236: --l_ctr_grp_log_rec Cs_Ctr_Capture_Reading_pub.Ctr_Grp_Log_Rec_Type;
237: --l_ctr_rdg_rec Cs_Ctr_Capture_Reading_pub.Ctr_Rdg_Rec_Type;
238: --l_prop_rdg_rec Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Rec_Type;
239: l_prop_rdg_tbl Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Tbl_Type;
240: l_ctr_grp_id number;

Line 237: --l_ctr_rdg_rec Cs_Ctr_Capture_Reading_pub.Ctr_Rdg_Rec_Type;

233: r_counter_prop_value c_counter_prop_value%rowtype;
234:
235: --Bug 4496299
236: --l_ctr_grp_log_rec Cs_Ctr_Capture_Reading_pub.Ctr_Grp_Log_Rec_Type;
237: --l_ctr_rdg_rec Cs_Ctr_Capture_Reading_pub.Ctr_Rdg_Rec_Type;
238: --l_prop_rdg_rec Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Rec_Type;
239: l_prop_rdg_tbl Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Tbl_Type;
240: l_ctr_grp_id number;
241: l_ctr_grp_log_id number;

Line 238: --l_prop_rdg_rec Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Rec_Type;

234:
235: --Bug 4496299
236: --l_ctr_grp_log_rec Cs_Ctr_Capture_Reading_pub.Ctr_Grp_Log_Rec_Type;
237: --l_ctr_rdg_rec Cs_Ctr_Capture_Reading_pub.Ctr_Rdg_Rec_Type;
238: --l_prop_rdg_rec Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Rec_Type;
239: l_prop_rdg_tbl Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Tbl_Type;
240: l_ctr_grp_id number;
241: l_ctr_grp_log_id number;
242:

Line 239: l_prop_rdg_tbl Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Tbl_Type;

235: --Bug 4496299
236: --l_ctr_grp_log_rec Cs_Ctr_Capture_Reading_pub.Ctr_Grp_Log_Rec_Type;
237: --l_ctr_rdg_rec Cs_Ctr_Capture_Reading_pub.Ctr_Rdg_Rec_Type;
238: --l_prop_rdg_rec Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Rec_Type;
239: l_prop_rdg_tbl Cs_Ctr_Capture_Reading_pub.Prop_Rdg_Tbl_Type;
240: l_ctr_grp_id number;
241: l_ctr_grp_log_id number;
242:
243: l_msg_count NUMBER;

Line 280: Cs_Ctr_Capture_Reading_pub.Update_Counter_Reading

276: l_prop_rdg_rec.property_value := p_record.property_value;
277: l_prop_rdg_rec.counter_prop_value_id := p_record.counter_prop_value_id;
278: l_prop_rdg_tbl(1) := l_prop_rdg_rec;
279:
280: Cs_Ctr_Capture_Reading_pub.Update_Counter_Reading
281: ( p_api_version_number => 1.0
282: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
283: , p_init_msg_list => FND_API.G_TRUE
284: , p_commit => FND_API.G_FALSE