DBA Data[Home] [Help]

APPS.PA_EMPLOYEE_COST_RATE dependencies on PA_COMPENSATION_DETAILS

Line 9: from pa_compensation_details a, pa_compensation_details b

5: v_mesg in out NOCOPY varchar2) is
6: v_temp varchar2(1);
7: cursor c is
8: select 'X'
9: from pa_compensation_details a, pa_compensation_details b
10: where a.person_id = v_person_id
11: and b.person_id = v_person_id
12: and a.rowid <> b.rowid
13: and ((a.start_date_active