DBA Data[Home] [Help]

APPS.BEN_PSG_UPD dependencies on BEN_PIL_ASSIGNMENT

Line 68: -- Update the ben_pil_assignment Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ben_psg_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_pil_assignment Row
69: --
70: update ben_pil_assignment
71: set
72: pil_assignment_id = p_rec.pil_assignment_id

Line 70: update ben_pil_assignment

66: ben_psg_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_pil_assignment Row
69: --
70: update ben_pil_assignment
71: set
72: pil_assignment_id = p_rec.pil_assignment_id
73: ,per_in_ler_id = p_rec.per_in_ler_id
74: ,applicant_assignment_id = p_rec.applicant_assignment_id

Line 216: (p_module_name => 'BEN_PIL_ASSIGNMENT'

212: --
213: when hr_api.cannot_find_prog_unit then
214: --
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'BEN_PIL_ASSIGNMENT'
217: ,p_hook_type => 'AU');
218: --
219: end;
220: --