DBA Data[Home] [Help]

APPS.OKL_UBB_INTEGRATION_PVT dependencies on OKC_LINE_STYLES_B

Line 54: -- from okc_line_styles_b

50: --exists for OKS as well as OKL
51: line.lse_id = 56
52: --line.lse_id = (
53: -- select id
54: -- from okc_line_styles_b
55: -- where lty_code = 'USAGE'
56: -- )
57: -- added to handle abandon line
58: and not exists (

Line 106: okc_line_styles_b lse

102: FROM cs_counter_groups csg,
103: cs_counters cc,
104: okc_k_items cim,
105: okc_k_lines_b cle,
106: okc_line_styles_b lse
107: WHERE TO_CHAR(csg.source_object_id) = cim.object1_id1
108: AND cim.cle_id = cle.id
109: AND cle.lse_id = lse.id
110: AND csg.counter_group_id = cc.counter_group_id