DBA Data[Home] [Help]

APPS.PA_HR_BILL_RATES dependencies on PA_JOB_BILL_RATE_OVERRIDES

Line 93: from PA_JOB_BILL_RATE_OVERRIDES pa

89: where pa.job_id = P_JOB_ID;
90:
91: cursor bill_rate_over( p_job_id number ) is
92: select null
93: from PA_JOB_BILL_RATE_OVERRIDES pa
94: where pa.job_id = P_JOB_ID;
95:
96: cursor bill_rate_title( p_job_id number ) is
97: select null