DBA Data[Home] [Help]

APPS.PA_LOOKUPS_PKG dependencies on PA_JOB_BILL_RATE_OVERRIDES

Line 160: from pa_job_bill_rate_overrides jb

156: into x_dummy
157: from sys.dual
158: where not exists
159: (select 1
160: from pa_job_bill_rate_overrides jb
161: where jb.bill_rate_unit = x_lookup_code);
162:
163: EXCEPTION
164: WHEN NO_DATA_FOUND then