DBA Data[Home] [Help]

APPS.OKL_CREDIT_PUB dependencies on OKC_LINE_STYLES_B

Line 4240: from okc_line_styles_b lse,

4236: l_lse_id number;
4237:
4238: cursor c_lse_id is
4239: select lse.id
4240: from okc_line_styles_b lse,
4241: okc_subclass_top_line sctl
4242: where lse.lty_code = 'FREE_FORM'
4243: and sctl.lse_id = lse.id
4244: and sctl.scs_code = 'CREDITLINE_CONTRACT';