DBA Data[Home] [Help]

APPS.CN_GET_SRP_DATA_PVT dependencies on CN_JOB_TITLES

Line 77: from cn_job_titles

73: and u.usage = ''SF_PLANNING''';
74:
75: cursor get_job_code (l_job_title_id in number) is
76: select job_code
77: from cn_job_titles
78: where job_title_id = l_job_title_id;
79:
80: rec srp_data_rec_type;
81: l_index NUMBER := 0;