DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on OKC_LINE_STYLES_V

Line 2259: From OKC_LINE_STYLES_V c,

2255: c.name lse_name,
2256: b.cust_acct_id,
2257: KLN.trxn_extension_id,
2258: b.line_number top_line_number
2259: From OKC_LINE_STYLES_V c,
2260: OKS_BILL_CONT_LINES a,
2261: OKC_K_LINES_B b,
2262: OKS_K_LINES_B KLN
2263: Where a.btn_id Is Null

Line 2291: From OKC_LINE_STYLES_V c,

2287: c.name lse_name,
2288: b.cust_acct_id,
2289: KLN.trxn_extension_id,
2290: b.line_number top_line_number
2291: From OKC_LINE_STYLES_V c,
2292: OKS_BCL_PR a,
2293: OKC_K_LINES_B b,
2294: OKS_K_LINES_B KLN
2295: Where a.btn_id is null

Line 2329: OKC_LINE_STYLES_V c,

2325: b.cust_acct_id,
2326: KLN.trxn_extension_id,
2327: b.line_number top_line_number
2328: From
2329: OKC_LINE_STYLES_V c,
2330: OKS_BILL_CONT_LINES a,
2331: OKC_K_LINES_B b,
2332: OKS_K_LINES_B KLN
2333: Where a.btn_id is null

Line 2528: From OKC_LINE_STYLES_V lsl, OKC_K_LINES_B cl

2524: --End fixes of eBTax uptake bug#4756579
2525:
2526: Cursor Cur_lsl_type(id_in IN NUMBER) IS
2527: Select cl.lse_id,lsl.name
2528: From OKC_LINE_STYLES_V lsl, OKC_K_LINES_B cl
2529: Where lsl.id = cl.lse_id
2530: And cl.id = id_in;
2531:
2532: