DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PQP_GB_TP_TYPE2_FUNCTIONS

Line 10963: l_eff_start_date := pqp_gb_tp_type2_functions.g_effective_start_date;

10959: ELSE -- g_extract_type is TP4 or TP2
10960:
10961: -- CROSSPER:check the extract type and set the dates
10962: IF (g_extract_type = 'TP2' ) THEN
10963: l_eff_start_date := pqp_gb_tp_type2_functions.g_effective_start_date;
10964: l_eff_end_date := pqp_gb_tp_type2_functions.g_effective_end_date;
10965: ELSIF (g_extract_type = 'TP4' ) THEN
10966: l_eff_start_date := pqp_gb_tp_pension_extracts.g_last_effective_date ;
10967: l_eff_end_date := pqp_gb_tp_pension_extracts.g_effective_run_date ;

Line 10964: l_eff_end_date := pqp_gb_tp_type2_functions.g_effective_end_date;

10960:
10961: -- CROSSPER:check the extract type and set the dates
10962: IF (g_extract_type = 'TP2' ) THEN
10963: l_eff_start_date := pqp_gb_tp_type2_functions.g_effective_start_date;
10964: l_eff_end_date := pqp_gb_tp_type2_functions.g_effective_end_date;
10965: ELSIF (g_extract_type = 'TP4' ) THEN
10966: l_eff_start_date := pqp_gb_tp_pension_extracts.g_last_effective_date ;
10967: l_eff_end_date := pqp_gb_tp_pension_extracts.g_effective_run_date ;
10968: END IF;