DBA Data[Home] [Help]

APPS.PA_ORG dependencies on PA_STD_BILL_RATE_SCHEDULES

Line 304: from pa_std_bill_rate_schedules

300: where organization_id = p_org_id;
301:
302: cursor bill_rate_org_exists is
303: select 'X'
304: from pa_std_bill_rate_schedules
305: where organization_id = p_org_id;
306:
307: Begin
308: open pa_org_exists;