DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_SUBSIDIES_B

Line 8851: FROM okl_subsidies_b

8847:
8848: CURSOR subsidy_adj_csr( subId NUMBER)
8849: IS
8850: SELECT amount
8851: FROM okl_subsidies_b
8852: WHERE id = subId;
8853:
8854: subsidy_adj_rec subsidy_adj_csr%ROWTYPE;
8855:

Line 11636: From okl_subsidies_b

11632: -- Bug 6622178 : Start
11633: -- Fetch the Subsidy Calculation Basis
11634: Select amount, SUBSIDY_CALC_BASIS
11635: -- Bug 6622178 : End
11636: From okl_subsidies_b
11637: where id = subId;
11638: subsidy_adj_rec subsidy_adj_csr%ROWTYPE;
11639: -- Cursor to fetch the Territory ID, Customer Credit Class
11640: CURSOR get_cust_details_csr( p_lq_id NUMBER )