DBA Data[Home] [Help]

APPS.OKS_QA_DATA_INTEGRITY dependencies on OKS_BILL_SUB_LINES

Line 5628: FROM oks_bill_sub_lines

5624:
5625:
5626: CURSOR get_billed_amount(l_sub_line_id NUMBER) IS
5627: SELECT SUM(amount)
5628: FROM oks_bill_sub_lines
5629: WHERE cle_id = l_sub_line_id
5630: AND bcl_id IN (SELECT id
5631: FROM oks_bill_cont_lines
5632: WHERE bill_action = 'RI');