DBA Data[Home] [Help]

APPS.PQH_DOCUMENT_ATTRIBUTES_SWI dependencies on PQH_DOCUMENT_ATTRIBUTES_API

Line 56: pqh_document_attributes_api.create_document_attribute

52: --
53: --
54: -- Call API
55: --
56: pqh_document_attributes_api.create_document_attribute
57: (p_validate => l_validate
58: ,p_effective_date => p_effective_date
59: ,p_document_id => p_document_id
60: ,p_attribute_id => p_attribute_id

Line 170: pqh_document_attributes_api.delete_document_attribute

166: --
167: --
168: -- Call API
169: --
170: pqh_document_attributes_api.delete_document_attribute
171: (p_validate => l_validate
172: ,p_effective_date => p_effective_date
173: ,p_datetrack_mode => p_datetrack_mode
174: ,p_document_attribute_id => p_document_attribute_id

Line 283: pqh_document_attributes_api.update_document_attribute

279: --
280: --
281: -- Call API
282: --
283: pqh_document_attributes_api.update_document_attribute
284: (p_validate => l_validate
285: ,p_effective_date => p_effective_date
286: ,p_datetrack_mode => p_datetrack_mode
287: ,p_document_attribute_id => p_document_attribute_id