DBA Data[Home] [Help]

APPS.JTF_RS_ROLES_VUHK dependencies on CN_REPOSITORIES_ALL

Line 132: FROM cn_repositories_all

128: and nvl(scg.end_date_active, ct.start_date_active) >= ct.start_date_active;
129:
130: CURSOR get_orgs IS
131: SELECT org_id
132: FROM cn_repositories_all
133: WHERE status = 'A';
134:
135: BEGIN
136: x_return_status := fnd_api.g_ret_sts_success;