DBA Data[Home] [Help]

APPS.ARP_VIEW_CONSTANTS dependencies on AR_SYSTEM_PARAMETERS

Line 592: l_set_of_books_id AR_SYSTEM_PARAMETERS.SET_OF_BOOKS_ID%TYPE;

588: l_default_gl_date DATE;
589: l_defaulting_rule_used VARCHAR2(50);
590: l_error_message VARCHAR2(128);
591:
592: l_set_of_books_id AR_SYSTEM_PARAMETERS.SET_OF_BOOKS_ID%TYPE;
593:
594: BEGIN
595:
596: -- Get the set of books id.

Line 599: from ar_system_parameters ;

595:
596: -- Get the set of books id.
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,