DBA Data[Home] [Help]

APPS.PA_LOOKUPS_PKG dependencies on PA_BILL_RATES

Line 100: from pa_bill_rates br

96: into x_dummy
97: from sys.dual
98: where not exists
99: (select 1
100: from pa_bill_rates br
101: where br.bill_rate_unit = x_lookup_code);
102:
103: EXCEPTION
104: WHEN NO_DATA_FOUND then