DBA Data[Home] [Help]

APPS.PER_JP_WRKREG_REPORT_PKG dependencies on HR_ORGANIZATION_UNITS

Line 1199: ,organization hr_organization_units.name%TYPE

1195: l_cnte NUMBER;
1196: --Added for Job History for bug 8608463
1197: TYPE job_hist_type IS RECORD(position per_positions.name%TYPE
1198: ,job per_jobs_tl.name %TYPE
1199: ,organization hr_organization_units.name%TYPE
1200: ,start_date per_assignments_f.effective_start_date%TYPE
1201: ,end_date per_assignments_f.effective_end_date%TYPE
1202: );
1203: