DBA Data[Home] [Help]

APPS.PA_HR_BILL_RATES dependencies on PA_JOB_BILL_TITLE_OVERRIDES

Line 98: from PA_JOB_BILL_TITLE_OVERRIDES pa

94: where pa.job_id = P_JOB_ID;
95:
96: cursor bill_rate_title( p_job_id number ) is
97: select null
98: from PA_JOB_BILL_TITLE_OVERRIDES pa
99: where pa.job_id = P_JOB_ID;
100:
101: BEGIN
102: