DBA Data[Home] [Help]

APPS.OKS_IB_UTIL_PVT dependencies on OKS_BILL_SUB_LINES_V

Line 795: FROM oks_bill_sub_lines_v

791: IS
792: CURSOR l_billed_amount_csr (p_cle_id NUMBER)
793: IS
794: SELECT NVL (SUM (amount), 0)
795: FROM oks_bill_sub_lines_v
796: WHERE cle_id = p_cle_id;
797:
798: l_billed_amt NUMBER;
799: