DBA Data[Home] [Help]

APPS.PAY_NO_SELF_CERTIFICATION_RPT dependencies on HR_ORGANIZATION_INFORMATION

Line 49: HR_ORGANIZATION_INFORMATION hoi1,

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