DBA Data[Home] [Help]

APPS.PQP_PENSION_FUNCTIONS dependencies on PAY_NL_GENERAL

Line 5052: pay_nl_general.cache_formula('NL_ABP_PART_TIME_PERCENTAGE'

5048: CLOSE csr_get_pay_action_id;
5049:
5050: IF g_ptp_formula_exists = TRUE THEN
5051: IF g_ptp_formula_cached = FALSE THEN
5052: pay_nl_general.cache_formula('NL_ABP_PART_TIME_PERCENTAGE'
5053: ,p_business_group_id,p_date_earned
5054: ,l_formula_id,l_formula_exists
5055: ,l_formula_cached);
5056: g_ptp_formula_exists:=l_formula_exists;

Line 5080: pay_nl_general.run_formula(p_formula_id => g_ptp_formula_id,

5076: l_inputs(6).value := fnd_date.date_to_canonical(p_date_earned);
5077: --
5078: l_outputs(1).name := 'PART_TIME_PERCENTAGE';
5079: --
5080: pay_nl_general.run_formula(p_formula_id => g_ptp_formula_id,
5081: p_effective_date => p_date_earned,
5082: p_formula_name => g_ptp_formula_name,
5083: p_inputs => l_inputs,
5084: p_outputs => l_outputs);

Line 5138: pay_nl_general.cache_formula('NL_ABP_REPORTING_PART_TIME_PERCENTAGE'

5134: --
5135:
5136: IF g_ptp_formula_exists = TRUE THEN
5137: IF g_ptp_formula_cached = FALSE THEN
5138: pay_nl_general.cache_formula('NL_ABP_REPORTING_PART_TIME_PERCENTAGE'
5139: ,p_business_group_id
5140: ,p_date_earned
5141: ,l_formula_id,l_formula_exists
5142: ,l_formula_cached);

Line 5167: pay_nl_general.run_formula(p_formula_id => g_ptp_formula_id,

5163: l_inputs(6).value := fnd_date.date_to_canonical(p_date_earned);
5164: --
5165: l_outputs(1).name := 'PART_TIME_PERCENTAGE';
5166: --
5167: pay_nl_general.run_formula(p_formula_id => g_ptp_formula_id,
5168: p_effective_date => p_date_earned,
5169: p_formula_name => g_ptp_formula_name,
5170: p_inputs => l_inputs,
5171: p_outputs => l_outputs);