DBA Data[Home] [Help]

APPS.PER_BIL_UPD dependencies on HR_SUMMARY

Line 67: -- Update the hr_summary Row

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

Line 69: update hr_summary

65: per_bil_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_summary Row
68: --
69: update hr_summary
70: set
71: type = p_rec.type,
72: business_group_id = p_rec.business_group_id,
73: object_version_number = p_rec.object_version_number,

Line 256: (p_module_name => 'hr_summary'

252: --
253: when hr_api.cannot_find_prog_unit then
254: --
255: hr_api.cannot_find_prog_unit_error
256: (p_module_name => 'hr_summary'
257: ,p_hook_type => 'AU');
258: --
259: end;
260: --