DBA Data[Home] [Help]

APPS.PER_PJI_BUS dependencies on PER_PREV_JOB_INFO_TYPES

Line 125: from per_prev_job_info_types

121: ,p_information_type
122: in per_prev_job_extra_info.information_type%type) is
123: cursor csr_information_type is
124: select information_type
125: from per_prev_job_info_types
126: where information_type = p_information_type
127: and active_inactive_flag = 'Y';
128: l_information_type per_prev_job_extra_info.information_type%type;
129: --