DBA Data[Home] [Help]

APPS.PQP_FFA_UPD dependencies on PQP_FLXDU_FUNC_ATTRIBUTES

Line 68: -- Update the pqp_flxdu_func_attributes Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pqp_flxdu_func_attributes Row
69: --
70: update pqp_flxdu_func_attributes
71: set
72: flxdu_func_attribute_id = p_rec.flxdu_func_attribute_id

Line 70: update pqp_flxdu_func_attributes

66: --
67: --
68: -- Update the pqp_flxdu_func_attributes Row
69: --
70: update pqp_flxdu_func_attributes
71: set
72: flxdu_func_attribute_id = p_rec.flxdu_func_attribute_id
73: ,flxdu_func_name = p_rec.flxdu_func_name
74: ,flxdu_func_source_type = p_rec.flxdu_func_source_type

Line 231: (p_module_name => 'PQP_FLXDU_FUNC_ATTRIBUTES'

227: --
228: when hr_api.cannot_find_prog_unit then
229: --
230: hr_api.cannot_find_prog_unit_error
231: (p_module_name => 'PQP_FLXDU_FUNC_ATTRIBUTES'
232: ,p_hook_type => 'AU');
233: --
234: end;
235: --