DBA Data[Home] [Help]

APPS.PA_HR_BILL_RATES dependencies on PA_BILL_RATES_ALL

Line 31: from pa_bill_rates_all pa

27:
28: cursor bill_rate( p_person_id number ) is
29: select
30: null
31: from pa_bill_rates_all pa
32: where pa.bill_rate_organization_id > -1
33: and pa.std_bill_rate_schedule <> 'DUMMY'
34: and pa.person_id = P_PERSON_ID;
35:

Line 83: from pa_bill_rates_all pa

79: dummy1 varchar2(1);
80:
81: cursor bill_rate( p_job_id number ) is
82: select null
83: from pa_bill_rates_all pa
84: where pa.job_id = P_JOB_ID;
85:
86: cursor assign_over( p_job_id number ) is
87: select null