DBA Data[Home] [Help]

APPS.PQH_DOCUMENTS_WRAPPER dependencies on PQH_DOCUMENT_ATTRIBUTES_API

Line 165: pqh_document_attributes_api.delete_document_attribute

161: loop
162: l_ovn := docAttributeCursorRow.object_version_number;
163: l_effective_start_date :=docAttributeCursorRow.effective_start_date;
164:
165: pqh_document_attributes_api.delete_document_attribute
166: (p_validate => l_validate
167: ,p_effective_date => p_effective_date
168: ,p_datetrack_mode => p_datetrack_mode
169: ,p_document_attribute_id => docAttributeCursorRow.document_attribute_id

Line 186: pqh_document_attributes_api.delete_document_attribute

182: loop
183: l_ovn := docAttributeCursorRow.object_version_number;
184: l_effective_start_date :=docAttributeCursorRow.effective_start_date;
185:
186: pqh_document_attributes_api.delete_document_attribute
187: (p_validate => l_validate
188: ,p_effective_date => l_effective_start_date
189: ,p_datetrack_mode => p_datetrack_mode
190: ,p_document_attribute_id => docAttributeCursorRow.document_attribute_id