DBA Data[Home] [Help]

APPS.PQP_PENSION_FUNCTIONS dependencies on PAY_NL_GENERAL

Line 4955: pay_nl_general.cache_formula('NL_ABP_PART_TIME_PERCENTAGE'

4951: CLOSE csr_get_pay_action_id;
4952:
4953: IF g_ptp_formula_exists = TRUE THEN
4954: IF g_ptp_formula_cached = FALSE THEN
4955: pay_nl_general.cache_formula('NL_ABP_PART_TIME_PERCENTAGE'
4956: ,p_business_group_id,p_date_earned
4957: ,l_formula_id,l_formula_exists
4958: ,l_formula_cached);
4959: g_ptp_formula_exists:=l_formula_exists;

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

4979: l_inputs(6).value := fnd_date.date_to_canonical(p_date_earned);
4980: --
4981: l_outputs(1).name := 'PART_TIME_PERCENTAGE';
4982: --
4983: pay_nl_general.run_formula(p_formula_id => g_ptp_formula_id,
4984: p_effective_date => p_date_earned,
4985: p_formula_name => g_ptp_formula_name,
4986: p_inputs => l_inputs,
4987: p_outputs => l_outputs);

Line 5041: pay_nl_general.cache_formula('NL_ABP_REPORTING_PART_TIME_PERCENTAGE'

5037: --
5038:
5039: IF g_ptp_formula_exists = TRUE THEN
5040: IF g_ptp_formula_cached = FALSE THEN
5041: pay_nl_general.cache_formula('NL_ABP_REPORTING_PART_TIME_PERCENTAGE'
5042: ,p_business_group_id
5043: ,p_date_earned
5044: ,l_formula_id,l_formula_exists
5045: ,l_formula_cached);

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

5066: l_inputs(6).value := fnd_date.date_to_canonical(p_date_earned);
5067: --
5068: l_outputs(1).name := 'PART_TIME_PERCENTAGE';
5069: --
5070: pay_nl_general.run_formula(p_formula_id => g_ptp_formula_id,
5071: p_effective_date => p_date_earned,
5072: p_formula_name => g_ptp_formula_name,
5073: p_inputs => l_inputs,
5074: p_outputs => l_outputs);