DBA Data[Home] [Help]

APPS.ARP_VIEW_CONSTANTS dependencies on STANDARD

Line 57: /* Copied from ARP_STANDARD.IS_GL_DATE_VALID */

53: return pg_receipt_currency;
54: END;
55:
56: /**********************************************/
57: /* Copied from ARP_STANDARD.IS_GL_DATE_VALID */
58: /**********************************************/
59:
60: function is_gl_date_valid(
61: p_gl_date in date,

Line 152: /* Copied from ARP_STANDARD.VALIDATE_AND_DEFAULT_GL_DATE */

148:
149: end; /* function is_gl_date_valid() */
150:
151: /***********************************************************/
152: /* Copied from ARP_STANDARD.VALIDATE_AND_DEFAULT_GL_DATE */
153: /***********************************************************/
154:
155: function mass_apps_default_gl_date(
156: gl_date in date,

Line 578: -- ARP_STANDARD.VALIDATE_AND_DEFAULT_GL_DATE difference ...

574:
575: EXCEPTION
576: WHEN OTHERS THEN
577: error_message := 'Error trapped by WHEN OTHERS exception';
578: -- ARP_STANDARD.VALIDATE_AND_DEFAULT_GL_DATE difference ...
579: -- Can't use sqleerm as it is not considered a "pure" function.
580: -- Replaced the following line with the above line.
581: -- error_message := 'arplbstd(): ' || sqlerrm;
582: return(FALSE);