DBA Data[Home] [Help]

APPS.PAY_NO_ABS_STATISTICS_REPORT dependencies on FND_DATE

Line 56: CURSOR csr_legal_employer is select o.name,fnd_date.canonical_to_date(pai.action_information5) action_information5

52: l_absent_days NUMBER;
53: l_sickness_percentage NUMBER;
54: l_effective_date date;
55:
56: CURSOR csr_legal_employer is select o.name,fnd_date.canonical_to_date(pai.action_information5) action_information5
57: from
58: HR_ORGANIZATION_UNITS o,
59: HR_ORGANIZATION_INFORMATION hoi1,
60: pay_action_information pai