DBA Data[Home] [Help]

APPS.PQH_DOCUMENTS_SWI dependencies on PQH_DOCUMENT_ATTRIBUTES_SWI

Line 380: pqh_document_attributes_swi.delete_document_attribute

376:
377: l_document_attribute_id := l_rec.document_attribute_id;
378: l_ovn := l_rec.object_version_number;
379:
380: pqh_document_attributes_swi.delete_document_attribute
381: (
382: p_validate => p_validate,
383: p_effective_date => l_rec.effective_start_date,
384: p_datetrack_mode => 'ZAP' ,

Line 397: pqh_document_attributes_swi.delete_document_attribute

393: --
394: For l_rec in csr_child_records_4_fut_del loop
395: l_document_attribute_id := l_rec.document_attribute_id;
396: l_ovn := l_rec.object_version_number;
397: pqh_document_attributes_swi.delete_document_attribute
398: (
399: p_validate => p_validate,
400: p_effective_date => p_effective_date,
401: p_datetrack_mode => 'DELETE' ,

Line 419: pqh_document_attributes_swi.delete_document_attribute

415: l_eff_date := l_rec.effective_start_date;
416:
417: if (l_eff_date = p_effective_date) then
418:
419: pqh_document_attributes_swi.delete_document_attribute
420: (
421: p_validate => p_validate,
422: p_effective_date => p_effective_date,
423: p_datetrack_mode => 'ZAP' ,

Line 431: pqh_document_attributes_swi.delete_document_attribute

427: p_effective_end_date => l_esd,
428: p_return_status => l_return_status
429: );
430: else
431: pqh_document_attributes_swi.delete_document_attribute
432: (
433: p_validate => p_validate,
434: p_effective_date => p_effective_date-1,
435: p_datetrack_mode => 'DELETE' ,