DBA Data[Home] [Help]

APPS.PQP_FXT_UPD dependencies on PQP_FLXDU_XML_TAGS

Line 68: -- Update the pqp_flxdu_xml_tags Row

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

Line 70: update pqp_flxdu_xml_tags

66: --
67: --
68: -- Update the pqp_flxdu_xml_tags Row
69: --
70: update pqp_flxdu_xml_tags
71: set
72: flxdu_xml_tag_id = p_rec.flxdu_xml_tag_id
73: ,flxdu_column_id = p_rec.flxdu_column_id
74: ,flxdu_xml_tag_name = p_rec.flxdu_xml_tag_name

Line 216: (p_module_name => 'PQP_FLXDU_XML_TAGS'

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