DBA Data[Home] [Help]

APPS.OKS_RENEW_CONTRACT_PVT dependencies on CSI_COUNTERS_B

Line 4589: FROM csi_counters_b ccb ,

4585: -- bug 4992884 , invoice text for counters lse_id = 13
4586: CURSOR csr_counter_inv_text (cp_chr_id IN NUMBER, cp_sl_id IN NUMBER) IS
4587: SELECT it.concatenated_segments AS Name ,
4588: it.Description AS Description
4589: FROM csi_counters_b ccb ,
4590: csi_counters_tl cct ,
4591: cs_csi_counter_groups cg ,
4592: csi_counter_associations cca ,
4593: csi_item_instances cp ,