DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on JTF_RS_SALESREPS

Line 125: FROM jtf_rs_salesreps s

121: aso_quote_headers_all h
122: WHERE h.quote_header_id = p_contract_id
123: AND get_quote_access(
124: (SELECT s.resource_id
125: FROM jtf_rs_salesreps s
126: WHERE s.person_id = fnd_global.employee_id()),
127: h.quote_number) <> 'NONE';
128:
129: CURSOR mo_check_csr(p_org_id in number) IS