DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_STREAM_LEVELS_B

Line 1012: FROM oks_stream_levels_b

1008: ,COMMENTS
1009: ,DUE_ARR_YN
1010: ,AMOUNT
1011: ,LINES_DETAILED_YN
1012: FROM oks_stream_levels_b
1013: WHERE chr_id=p_chr_id;
1014:
1015: strlvl_rec strlvl_csr%ROWTYPE;
1016:

Line 1780: FROM oks_stream_levels_b

1776: ,COMMENTS
1777: ,DUE_ARR_YN
1778: ,AMOUNT
1779: ,LINES_DETAILED_YN
1780: FROM oks_stream_levels_b
1781: WHERE cle_id=p_cle_id;
1782: strlvl_rec strlvl_csr%ROWTYPE;
1783:
1784: Cursor get_ccr(p_cle_id IN NUMBER) is

Line 2131: FROM oks_stream_levels_b

2127: FUNCTION chk_Sll_Exists(p_cle_id IN NUMBER) return number IS
2128:
2129: CURSOR l_sll_csr(p_cle_id NUMBER) IS
2130: SELECT count(*)
2131: FROM oks_stream_levels_b
2132: WHERE cle_ID = p_cle_id;
2133:
2134: l_sll_rec l_sll_csr%ROWTYPE;
2135: l_sll_count NUMBER;