DBA Data[Home] [Help]

APPS.PER_ZA_EQT_UPD dependencies on PER_QUALIFICATION_TYPES

Line 68: -- Update the per_qualification_types Row

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

Line 70: update per_qualification_types

66: per_za_eqt_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_qualification_types Row
69: --
70: update per_qualification_types
71: set
72: qualification_type_id = p_rec.qualification_type_id,
73: name = p_rec.name,
74: category = p_rec.category,