DBA Data[Home] [Help]

APPS.PA_ORG dependencies on PA_STD_BILL_RATE_SCHEDULES

Line 301: from pa_std_bill_rate_schedules

297: where organization_id = p_org_id;
298:
299: cursor bill_rate_org_exists is
300: select 'X'
301: from pa_std_bill_rate_schedules
302: where organization_id = p_org_id;
303:
304: Begin
305: open pa_org_exists;