DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 39: from hr_all_organization_units

35: and decode(date_to, null, sysdate, date_to);
36:
37: cursor c_agreement_org_id2 is
38: select 'x'
39: from hr_all_organization_units
40: where organization_id = p_agreement_org_id
41: and sysdate between decode(date_from, null, sysdate, date_from)
42: and decode(date_to, null, sysdate, date_to);
43: