DBA Data[Home] [Help]

APPS.PQH_SAT_UPD dependencies on PQH_SPECIAL_ATTRIBUTES

Line 63: -- Update the pqh_special_attributes Row

59: --
60: p_rec.object_version_number := p_rec.object_version_number + 1;
61: --
62: --
63: -- Update the pqh_special_attributes Row
64: --
65: update pqh_special_attributes
66: set
67: special_attribute_id = p_rec.special_attribute_id,

Line 65: update pqh_special_attributes

61: --
62: --
63: -- Update the pqh_special_attributes Row
64: --
65: update pqh_special_attributes
66: set
67: special_attribute_id = p_rec.special_attribute_id,
68: txn_category_attribute_id = p_rec.txn_category_attribute_id,
69: attribute_type_cd = p_rec.attribute_type_cd,

Line 215: (p_module_name => 'pqh_special_attributes'

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