DBA Data[Home] [Help]

APPS.PAY_PAP_UPD dependencies on PAY_ACCRUAL_PLANS

Line 67: -- Update the pay_accrual_plans Row

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

Line 69: update pay_accrual_plans

65: pay_pap_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_accrual_plans Row
68: --
69: update pay_accrual_plans
70: set
71: accrual_plan_id = p_rec.accrual_plan_id,
72: pto_input_value_id = p_rec.pto_input_value_id,
73: accrual_category = p_rec.accrual_category,

Line 348: (p_module_name => 'pay_accrual_plans'

344: --
345: when hr_api.cannot_find_prog_unit then
346: --
347: hr_api.cannot_find_prog_unit_error
348: (p_module_name => 'pay_accrual_plans'
349: ,p_hook_type => 'AU');
350: --
351: end;
352: --