DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on OKC_LINE_STYLES_V

Line 2241: From OKC_LINE_STYLES_V c,

2237: c.name lse_name,
2238: b.cust_acct_id,
2239: KLN.trxn_extension_id,
2240: b.line_number top_line_number
2241: From OKC_LINE_STYLES_V c,
2242: OKS_BILL_CONT_LINES a,
2243: OKC_K_LINES_B b,
2244: OKS_K_LINES_B KLN
2245: Where a.btn_id Is Null

Line 2273: From OKC_LINE_STYLES_V c,

2269: c.name lse_name,
2270: b.cust_acct_id,
2271: KLN.trxn_extension_id,
2272: b.line_number top_line_number
2273: From OKC_LINE_STYLES_V c,
2274: OKS_BCL_PR a,
2275: OKC_K_LINES_B b,
2276: OKS_K_LINES_B KLN
2277: Where a.btn_id is null

Line 2311: OKC_LINE_STYLES_V c,

2307: b.cust_acct_id,
2308: KLN.trxn_extension_id,
2309: b.line_number top_line_number
2310: From
2311: OKC_LINE_STYLES_V c,
2312: OKS_BILL_CONT_LINES a,
2313: OKC_K_LINES_B b,
2314: OKS_K_LINES_B KLN
2315: Where a.btn_id is null

Line 2509: From OKC_LINE_STYLES_V lsl, OKC_K_LINES_B cl

2505: --End fixes of eBTax uptake bug#4756579
2506:
2507: Cursor Cur_lsl_type(id_in IN NUMBER) IS
2508: Select cl.lse_id,lsl.name
2509: From OKC_LINE_STYLES_V lsl, OKC_K_LINES_B cl
2510: Where lsl.id = cl.lse_id
2511: And cl.id = id_in;
2512:
2513: