DBA Data[Home] [Help]

APPS.PA_LOOKUPS_PKG dependencies on PA_EMP_BILL_RATE_OVERRIDES

Line 140: from pa_emp_bill_rate_overrides eb

136: into x_dummy
137: from sys.dual
138: where not exists
139: (select 1
140: from pa_emp_bill_rate_overrides eb
141: where eb.bill_rate_unit = x_lookup_code);
142:
143: EXCEPTION
144: WHEN NO_DATA_FOUND then