DBA Data[Home] [Help]

APPS.PAY_IN_EXC dependencies on FND_DATE

Line 554: p_expiry_information := fnd_date.canonical_to_date('4712/12/31');

550: ELSIF p_dimension_name LIKE '%YTD' THEN
551: p_expiry_information := next_tax_year ( p_owner_effective_date) - 1 ;
552: /* Changes for 3839878 Start */
553: ELSIF p_dimension_name LIKE '%LTD' THEN
554: p_expiry_information := fnd_date.canonical_to_date('4712/12/31');
555: /* Changes for 3839878 End */
556: ELSE
557: hr_utility.set_message(801,'NO_EXP_CHECK_FOR_DIMENSION');
558: hr_utility.raise_error;