DBA Data[Home] [Help]

APPS.AR_CLE_STUB_PKG dependencies on AR_SYSTEM_PARAMETERS

Line 53: select default_country into lv_def_country from AR_SYSTEM_PARAMETERS;

49: lb_prog_exists BOOLEAN;
50: lv_def_country VARCHAR2(200);
51: ln_count NUMBER;
52: BEGIN
53: select default_country into lv_def_country from AR_SYSTEM_PARAMETERS;
54:
55: SELECT count(*) INTO ln_count
56: FROM ar_lookups
57: WHERE lookup_type = 'AR_EMEA_COUNTRIES'