DBA Data[Home] [Help]

APPS.PV_ENRL_PREREQ_BINS_PUB dependencies on PV_CONTEXT_VALUES

Line 466: PV_CONTEXT_VALUES.Pre_Processing (

462: -- Pre-processing steps including synonym recovery, retrieving PV schema,
463: -- retrieving underlying tables for the search and the mirror table,
464: -- alter/drop indexes, etc.
465: -- -----------------------------------------------------------------------
466: PV_CONTEXT_VALUES.Pre_Processing (
467: p_synonym_name => 'PV_PG_ELIG_PROGRAMS',
468: p_mirror_synonym_name => 'PV_PG_ELIG_PROG_MIRR',
469: p_temp_synonym_name => 'PV_PG_ELIG_PROGRAMS_TMP',
470: p_log_to_file => g_log_to_file,

Line 565: PV_CONTEXT_VALUES.Post_Processing (

561: dbms_application_info.set_module(
562: module_name => g_module_name,
563: action_name => 'Post Processing'
564: );
565: PV_CONTEXT_VALUES.Post_Processing (
566: p_synonym_name => 'PV_PG_ELIG_PROGRAMS',
567: p_mirror_synonym_name => 'PV_PG_ELIG_PROG_MIRR',
568: p_temp_synonym_name => 'PV_PG_ELIG_PROGRAMS_TMP',
569: p_log_to_file => g_log_to_file,