DBA Data[Home] [Help]

APPS.OKC_REP_UTIL_PVT dependencies on JTF_RS_SALESREPS

Line 127: FROM jtf_rs_salesreps s

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