DBA Data[Home] [Help]

APPS.PER_EQT_UPD dependencies on PER_QUALIFICATION_TYPES

Line 67: -- Update the per_qualification_types Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: per_eqt_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_qualification_types Row
68:
69: -- mvankada
70: -- Added Developer DF columns to the update statement
71:

Line 72: update per_qualification_types

68:
69: -- mvankada
70: -- Added Developer DF columns to the update statement
71:
72: update per_qualification_types
73: set
74: qualification_type_id = p_rec.qualification_type_id,
75: name = p_rec.name,
76: category = p_rec.category,

Line 397: (p_module_name => 'PER_QUALIFICATION_TYPES'

393: );
394: exception
395: when hr_api.cannot_find_prog_unit then
396: hr_api.cannot_find_prog_unit_error
397: (p_module_name => 'PER_QUALIFICATION_TYPES'
398: ,p_hook_type => 'AU'
399: );
400: end;
401: -- End of API User Hook for post_insert.