14284509 : 12.1.3 : getting invalid package PACKAGE BODY APPS.xla_conditions_pkg
Hi Alain : Welcome to the new EBS Patching community.
This thread will address your following issue
Some package invalid :
CREATE OR REPLACE PACKAGE BODY APPS.xla_conditions_pkg AS
/* $Header: xlaamcon.pkb 120.21.12010000.6 2011/12/27 06:35:40 sgullape ship $ */
Error: lin463: l_value_dsp := fnd_date.date_to_displaydate(l_dummy_date,1); --bug 11868737 : PLS-00306 wronfg number of types of arguments in call to date_to_displaydate
fnd_date.date_to_displaydate(l_dummy_date,1); -- bug 11868737 => if we replace by fnd_date.dat_to_displaydate(l_dummy_date) package body compiles ...
Thanks