DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_USAGE_VUHK dependencies on CN_REPOSITORIES_ALL

Line 35: FROM cn_repositories_all

31:
32: -- get orgs
33: CURSOR get_orgs IS
34: SELECT org_id
35: FROM cn_repositories_all
36: WHERE status = 'A';
37:
38: BEGIN
39: X_RETURN_STATUS := fnd_api.g_ret_sts_success;

Line 96: FROM cn_repositories_all

92: where comp_team_id = P_TEAM_ID;
93:
94: CURSOR get_orgs IS
95: SELECT org_id
96: FROM cn_repositories_all
97: WHERE status = 'A';
98:
99: BEGIN
100: X_RETURN_STATUS := fnd_api.g_ret_sts_success;