DBA Data[Home] [Help]

APPS.PQH_DOA_UPD dependencies on PQH_DOCUMENT_ATTRIBUTES_F

Line 78: (p_base_table_name => 'pqh_document_attributes_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'pqh_document_attributes_f'
79: ,p_base_key_column => 'document_attribute_id'
80: ,p_base_key_value => p_rec.document_attribute_id
81: );
82: --

Line 85: -- Update the pqh_document_attributes_f Row

81: );
82: --
83: pqh_doa_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pqh_document_attributes_f Row
86: --
87: update pqh_document_attributes_f
88: set
89: document_attribute_id = p_rec.document_attribute_id

Line 87: update pqh_document_attributes_f

83: pqh_doa_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pqh_document_attributes_f Row
86: --
87: update pqh_document_attributes_f
88: set
89: document_attribute_id = p_rec.document_attribute_id
90: ,document_id = p_rec.document_id
91: ,attribute_id = p_rec.attribute_id

Line 420: (p_module_name => 'PQH_DOCUMENT_ATTRIBUTES_F'

416: --
417: when hr_api.cannot_find_prog_unit then
418: --
419: hr_api.cannot_find_prog_unit_error
420: (p_module_name => 'PQH_DOCUMENT_ATTRIBUTES_F'
421: ,p_hook_type => 'AU');
422: --
423: end;
424: --