DBA Data[Home] [Help]

APPS.OKC_CIM_PVT dependencies on OKC_LINE_STYLES_B

Line 676: ,okc_line_styles_b SL

672: cursor l_object1_csr is
673: select '!'
674: from
675: okc_k_lines_b LN
676: ,okc_line_styles_b SL
677: ,okc_line_style_sources SS
678: where
679: LN.ID = p_cimv_rec.cle_id
680: and SL.id = LN.LSE_ID

Line 1092: from okc_line_styles_b

1088: where id = p_cimv_rec.cle_id;
1089:
1090: Cursor c_access_level(p_id number) is
1091: select access_level
1092: from okc_line_styles_b
1093: where id = p_id;
1094: --
1095:
1096: BEGIN