DBA Data[Home] [Help]

APPS.PAY_FR_REBATES dependencies on HR_ORGANIZATION_INFORMATION

Line 442: from hr_organization_information hoi

438: l_dummy varchar2(1);
439: --
440: cursor c1 is
441: select 'X'
442: from hr_organization_information hoi
443: where (
444: (
445: p_date_from between fnd_date.canonical_to_date(hoi.org_information1)
446: and decode(p_information_type,'FR_ESTAB_ROBIEN',add_months(fnd_date.canonical_to_date(hoi.org_information1),60)