DBA Data[Home] [Help]

APPS.PAY_PWO_UPD dependencies on PAY_WCI_OCCUPATIONS

Line 67: -- Update the pay_wci_occupations Row

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

Line 69: update pay_wci_occupations

65: pay_pwo_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the pay_wci_occupations Row
68: --
69: update pay_wci_occupations
70: set
71: occupation_id = p_rec.occupation_id,
72: job_id = p_rec.job_id,
73: comments = p_rec.comments,

Line 208: (p_module_name => 'pay_wci_occupations'

204: --
205: when hr_api.cannot_find_prog_unit then
206: --
207: hr_api.cannot_find_prog_unit_error
208: (p_module_name => 'pay_wci_occupations'
209: ,p_hook_type => 'AU');
210: --
211: end;
212: --