DBA Data[Home] [Help]

APPS.PAY_PAYSLIP_UTIL dependencies on FND_DATE

Line 50: ,p_effective_date in date default fnd_date.canonical_to_date('1990/01/01'))

46:
47: FUNCTION get_id_for_employer_address( p_business_group_id in number
48: ,p_tax_unit_id in number
49: ,p_organization_id in number
50: ,p_effective_date in date default fnd_date.canonical_to_date('1990/01/01'))
51: RETURN NUMBER;
52:
53: FUNCTION get_leg_rule_state( p_business_group_id in number)
54: RETURN VARCHAR2 ;