DBA Data[Home] [Help]

APPS.PAY_NO_HOLIDAY_ENT_REPORT dependencies on HR_ORGANIZATION_INFORMATION

Line 48: HR_ORGANIZATION_INFORMATION hoi1,

44: l_legal_employer HR_ORGANIZATION_UNITS.name%type;
45: l_eff_date date;
46: CURSOR csr_legal_employer is select o.name,fnd_date.canonical_to_date(pai.action_information4) from
47: HR_ORGANIZATION_UNITS o,
48: HR_ORGANIZATION_INFORMATION hoi1,
49: pay_action_information pai
50: where pai.action_context_id = l_payroll_action_id
51: and pai.action_information_category ='EMEA REPORT DETAILS'
52: and o.organization_id = pai.action_information2