DBA Data[Home] [Help]

APPS.PAY_AIF_UPD dependencies on PAY_ACTION_INFORMATION

Line 68: -- Update the pay_action_information Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pay_action_information Row
69: --
70: update pay_action_information
71: set
72: action_information_id = p_rec.action_information_id

Line 70: update pay_action_information

66: --
67: --
68: -- Update the pay_action_information Row
69: --
70: update pay_action_information
71: set
72: action_information_id = p_rec.action_information_id
73: ,object_version_number = p_rec.object_version_number
74: ,action_information1 = p_rec.action_information1

Line 371: (p_module_name => 'PAY_ACTION_INFORMATION'

367: --
368: when hr_api.cannot_find_prog_unit then
369: --
370: hr_api.cannot_find_prog_unit_error
371: (p_module_name => 'PAY_ACTION_INFORMATION'
372: ,p_hook_type => 'AU');
373: --
374: end;
375: --