DBA Data[Home] [Help]

APPS.PQP_GB_PSI_EARNINGS_HISTORY dependencies on FND_DATE

Line 364: ,p_token3 => fnd_date.date_to_displaydt(p_effective_date)

360: ,p_error_number => 92493
361: ,p_error_text => 'BEN_92493_EXT_PSI_NO_INPUT_VAL'
362: ,p_token1 => p_element_name
363: ,p_token2 => p_input_value_name
364: ,p_token3 => fnd_date.date_to_displaydt(p_effective_date)
365: ,p_error_warning_flag => 'E'
366: );
367: END IF; -- End if of row not found check ...
368:

Line 3314: ,p_token2 => fnd_date.date_to_displaydt(g_effective_date)

3310: pqp_gb_psi_functions.raise_extract_warning(
3311: p_error_number => 93775
3312: ,p_error_text => 'BEN_93775_EXT_PSI_NOT_PEN_MEMB'
3313: ,p_token1 => p_assignment_id
3314: ,p_token2 => fnd_date.date_to_displaydt(g_effective_date)
3315: );
3316: END IF;
3317: END IF; -- End if of l_include_flag is Y check ...
3318:

Line 3443: ,p_token2 => fnd_date.date_to_displaydt(g_effective_date)

3439: pqp_gb_psi_functions.raise_extract_warning(
3440: p_error_number => 94480
3441: ,p_error_text => 'BEN_94480_EXT_PSI_NO_NI_ELEMT'
3442: ,p_token1 => p_assignment_id
3443: ,p_token2 => fnd_date.date_to_displaydt(g_effective_date)
3444: );
3445: END IF; -- End if of ni element entry exists check ...
3446:
3447: IF g_debug

Line 5064: fnd_date.date_to_canonical(g_effective_start_date);

5060:
5061: IF p_rule_parameter = 'StartDate'
5062: THEN
5063: l_return_value :=
5064: fnd_date.date_to_canonical(g_effective_start_date);
5065: ELSIF p_rule_parameter = 'EndDate'
5066: THEN
5067:
5068: /*

Line 5078: l_return_value := fnd_date.date_to_canonical(l_actual_term_date);

5074: THEN
5075: l_actual_term_date := l_effective_end_date;
5076: END IF;
5077:
5078: l_return_value := fnd_date.date_to_canonical(l_actual_term_date);
5079: */
5080:
5081: -- bugfix : 5948932
5082: -- The above code was for reporting the actual termination date as the end date.

Line 5085: l_return_value := fnd_date.date_to_canonical(g_effective_end_date);

5081: -- bugfix : 5948932
5082: -- The above code was for reporting the actual termination date as the end date.
5083: -- From this version (115.16) onwards, reverting back to reporting the end date
5084: -- with the value of the period end date.
5085: l_return_value := fnd_date.date_to_canonical(g_effective_end_date);
5086:
5087: ELSIF p_rule_parameter = 'NICategory'
5088: THEN
5089: l_return_value :=