DBA Data[Home] [Help]

APPS.OKS_RENEW_CONTRACT_PVT dependencies on CSI_COUNTERS_B

Line 4624: FROM csi_counters_b ccb ,

4620: -- bug 4992884 , invoice text for counters lse_id = 13
4621: CURSOR csr_counter_inv_text (cp_chr_id IN NUMBER, cp_sl_id IN NUMBER) IS
4622: SELECT it.concatenated_segments AS Name ,
4623: it.Description AS Description
4624: FROM csi_counters_b ccb ,
4625: csi_counters_tl cct ,
4626: cs_csi_counter_groups cg ,
4627: csi_counter_associations cca ,
4628: csi_item_instances cp ,