DBA Data[Home] [Help]

APPS.ARP_VIEW_CONSTANTS dependencies on ARP_VIEW_CONSTANTS

Line 1: PACKAGE BODY ARP_VIEW_CONSTANTS AS

1: PACKAGE BODY ARP_VIEW_CONSTANTS AS
2: /* $Header: ARCUVIEB.pls 120.6 2005/11/14 18:40:26 jypandey ship $ */
3:
4: pg_customer_id NUMBER;
5: pg_apply_date DATE;

Line 601: IF arp_view_constants.mass_apps_default_gl_date (

597: select set_of_books_id
598: into l_set_of_books_id
599: from ar_system_parameters ;
600:
601: IF arp_view_constants.mass_apps_default_gl_date (
602: pd_candidate_gl_date,
603: NULL,
604: NULL,
605: NULL,

Line 664: END ARP_VIEW_CONSTANTS;

660: BEGIN
661: return pg_ps_autorct_batch;
662: END;
663:
664: END ARP_VIEW_CONSTANTS;