DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_SUBSIDIES_B

Line 8513: FROM okl_subsidies_b

8509:
8510: CURSOR subsidy_adj_csr( subId NUMBER)
8511: IS
8512: SELECT amount
8513: FROM okl_subsidies_b
8514: WHERE id = subId;
8515:
8516: subsidy_adj_rec subsidy_adj_csr%ROWTYPE;
8517:

Line 10642: From okl_subsidies_b

10638: -- Bug 6622178 : Start
10639: -- Fetch the Subsidy Calculation Basis
10640: Select amount, SUBSIDY_CALC_BASIS
10641: -- Bug 6622178 : End
10642: From okl_subsidies_b
10643: where id = subId;
10644: subsidy_adj_rec subsidy_adj_csr%ROWTYPE;
10645: -- Cursor to fetch the Territory ID, Customer Credit Class
10646: CURSOR get_cust_details_csr( p_lq_id NUMBER )