DBA Data[Home] [Help]

APPS.OKL_SETUPPQVALUES_PVT dependencies on OKL_ST_GEN_TMPT_SETS

Line 241: OKL_ST_GEN_TMPT_SETS c

237: IS
238: SELECT DISTINCT C.deal_type
239: FROM okl_products_v a,
240: okl_ae_tmpt_sets_v b,
241: OKL_ST_GEN_TMPT_SETS c
242: WHERE a.aes_id = b.id
243: AND b.gts_id = c.id
244: AND a.id = p_pdt_id
245: intersect

Line 256: OKL_ST_GEN_TMPT_SETS c

252: IS
253: SELECT DISTINCT decode (C.deal_type, 'SALE','SECURITIZATION','SYNDICATION','SYNDICATION') DEAL_TYPE
254: FROM okl_products_v a,
255: okl_ae_tmpt_sets_v b,
256: OKL_ST_GEN_TMPT_SETS c
257: WHERE a.aes_id = b.id
258: AND b.gts_id = c.id
259: AND a.id = p_pdt_id
260: intersect

Line 270: OKL_ST_GEN_TMPT_SETS c

266: IS
267: SELECT DISTINCT C.TAX_OWNER
268: FROM okl_products_v a,
269: okl_ae_tmpt_sets_v b,
270: OKL_ST_GEN_TMPT_SETS c
271: WHERE a.aes_id = b.id
272: AND b.gts_id = c.id
273: AND a.id = p_pdt_id
274: intersect

Line 284: OKL_ST_GEN_TMPT_SETS c

280: IS
281: SELECT DISTINCT C.INTEREST_CALC_METH_CODE
282: FROM okl_products_v a,
283: okl_ae_tmpt_sets_v b,
284: OKL_ST_GEN_TMPT_SETS c
285: WHERE a.aes_id = b.id
286: AND b.gts_id = c.id
287: AND a.id = p_pdt_id
288: intersect

Line 298: OKL_ST_GEN_TMPT_SETS c

294: IS
295: SELECT DISTINCT C.REVENUE_RECOG_METH_CODE
296: FROM okl_products_v a,
297: okl_ae_tmpt_sets_v b,
298: OKL_ST_GEN_TMPT_SETS c
299: WHERE a.aes_id = b.id
300: AND b.gts_id = c.id
301: AND a.id = p_pdt_id
302: intersect