DBA Data[Home] [Help]

APPS.OKL_CSH_ALLCT_RULES_PVT dependencies on OKL_SRCH_STRM_TYPS_V

Line 55: FROM OKL_SRCH_STRM_TYPS_V sst

51:
52: -- Get the ID of the combination given the CAH_ID
53: CURSOR c_srch_strm_typs_id (cp_rule_id IN NUMBER) IS
54: SELECT sst.ID
55: FROM OKL_SRCH_STRM_TYPS_V sst
56: WHERE sst.CAH_ID = cp_rule_id;
57:
58: c_srch_strm_typs_id_rec c_srch_strm_typs_id%ROWTYPE;
59: