DBA Data[Home] [Help]

APPS.PAY_NCR_UPD dependencies on PAY_NET_CALCULATION_RULES

Line 67: -- Update the pay_net_calculation_rules Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: pay_ncr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_net_calculation_rules Row
68: --
69: update pay_net_calculation_rules
70: set
71: net_calculation_rule_id = p_rec.net_calculation_rule_id,

Line 69: update pay_net_calculation_rules

65: pay_ncr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_net_calculation_rules Row
68: --
69: update pay_net_calculation_rules
70: set
71: net_calculation_rule_id = p_rec.net_calculation_rule_id,
72: accrual_plan_id = p_rec.accrual_plan_id,
73: input_value_id = p_rec.input_value_id,

Line 211: (p_module_name => 'pay_net_calculation_rules'

207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'pay_net_calculation_rules'
212: ,p_hook_type => 'AU');
213: --
214: end;
215: --