DBA Data[Home] [Help]

APPS.AR_ARXCOBLX_XMLP_PKG dependencies on FND_DATE

Line 26: l_date:=fnd_date.chardate_to_date(p_as_of_date);

22:
23:
24:
25:
26: l_date:=fnd_date.chardate_to_date(p_as_of_date);
27:
28:
29: select set_of_books_id into p_set_of_books_id
30: from ar_system_parameters;

Line 59: RETURN (fnd_date.date_to_chardate(p_as_of_date, calendar_aware=> FND_DATE.calendar_aware_alt));

55:
56: function C_as_of_date_displayFormula return char is
57: begin
58: -- Bug 11799279
59: RETURN (fnd_date.date_to_chardate(p_as_of_date, calendar_aware=> FND_DATE.calendar_aware_alt));
60:
61: end;
62:
63: function AfterReport return boolean is