DBA Data[Home] [Help]

APPS.INV_3PL_BILLING_COUNTER_PVT dependencies on CSI_CTR_DATASTRUCTURES_PUB

Line 76: l_counter_readings_tbl csi_ctr_datastructures_pub.counter_readings_tbl;

72: l_c_ind_txn BINARY_INTEGER := 0;
73: l_c_ind_rdg BINARY_INTEGER := 0;
74: l_c_ind_prop BINARY_INTEGER := 0;
75: l_transaction_tbl csi_datastructures_pub.transaction_tbl;
76: l_counter_readings_tbl csi_ctr_datastructures_pub.counter_readings_tbl;
77: l_ctr_property_readings_tbl csi_ctr_datastructures_pub.ctr_property_readings_tbl;
78: l_transaction_type_id NUMBER;
79: l_source_transaction_id NUMBER;
80: l_transaction_id NUMBER; /* Added for bug 9657044 */

Line 77: l_ctr_property_readings_tbl csi_ctr_datastructures_pub.ctr_property_readings_tbl;

73: l_c_ind_rdg BINARY_INTEGER := 0;
74: l_c_ind_prop BINARY_INTEGER := 0;
75: l_transaction_tbl csi_datastructures_pub.transaction_tbl;
76: l_counter_readings_tbl csi_ctr_datastructures_pub.counter_readings_tbl;
77: l_ctr_property_readings_tbl csi_ctr_datastructures_pub.ctr_property_readings_tbl;
78: l_transaction_type_id NUMBER;
79: l_source_transaction_id NUMBER;
80: l_transaction_id NUMBER; /* Added for bug 9657044 */
81: