DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on JTF_RS_SALESREPS_MO_V

Line 181: FROM jtf_rs_salesreps_mo_v rep

177: -- Cursor to fetch the Sales Representative Name using the AGS PK ...
178: CURSOR c_sales_rep_acc_sources_csr (p_jtf_sales_rep_pk NUMBER)
179: IS
180: SELECT rep.name
181: FROM jtf_rs_salesreps_mo_v rep
182: WHERE salesrep_id = p_jtf_sales_rep_pk;
183:
184: -- Cursor to fetch the Sales Representative Details
185: CURSOR c_sales_rep_csr (l_khr_id NUMBER)