DBA Data[Home] [Help]

APPS.OKL_ASSET_SUBSIDY_PVT dependencies on OKC_SUBCLASS_TOP_LINE

Line 459: okc_subclass_top_line scs_lse,

455: cursor l_lseb_csr(p_chr_id in number) is
456: Select lseb.id
457: from okc_line_styles_b lseb,
458: okc_line_styles_b top_lseb,
459: okc_subclass_top_line scs_lse,
460: okc_k_headers_b chrb
461: where lseb.lty_code = G_SUBLINE_LTY_CODE
462: and lseb.lse_parent_id = top_lseb.id
463: and top_lseb.lty_code = 'FREE_FORM1'