DBA Data[Home] [Help]

APPS.OKL_ASSET_SUBSIDY_PVT dependencies on OKL_K_HEADERS

Line 1330: from okl_k_headers khr,

1326: --cursor to check financial product
1327: cursor l_pdt_csr (p_subsidy_id in number,
1328: p_asset_cle_id in number) is
1329: select 'Y'
1330: from okl_k_headers khr,
1331: okc_k_lines_b cleb,
1332: okl_subsidy_criteria suc
1333: Where khr.id = cleb.chr_id
1334: And SUC.subsidy_id = p_subsidy_id

Line 1885: from okl_k_headers khr,

1881: --cursor to check financial product
1882: cursor l_pdt_csr (p_subsidy_id in number,
1883: p_chr_id in number) is
1884: select 'Y'
1885: from okl_k_headers khr,
1886: okl_subsidy_criteria suc
1887: Where khr.id = p_chr_id
1888: And SUC.subsidy_id = p_subsidy_id
1889: And SUC.product_id = khr.pdt_id

Line 2414: from okl_k_headers khr,

2410: --cursor to check financial product
2411: /* cursor l_pdt_csr (p_subsidy_id in number,
2412: p_chr_id in number) is
2413: select 'Y'
2414: from okl_k_headers khr,
2415: okl_subsidy_criteria suc
2416: Where khr.id = p_chr_id
2417: And SUC.subsidy_id = p_subsidy_id
2418: And SUC.product_id = khr.pdt_id