DBA Data[Home] [Help]

APPS.OKC_TERMS_TMPL_APPROVAL_PVT dependencies on FND_RESPONSIBILITY

Line 161: FROM fnd_responsibility

157: l_resp_appl_id NUMBER;
158:
159: CURSOR get_resp_id_csr IS
160: SELECT responsibility_id
161: FROM fnd_responsibility
162: WHERE responsibility_key = 'OKC_TERMS_LIBRARY_ADMIN'
163: AND application_id = 510;
164:
165: BEGIN