DBA Data[Home] [Help]

APPS.PQH_CORPS_UTILITY dependencies on BEN_COPY_ENTITY_RESULTS_API

Line 581: ben_copy_entity_results_api.delete_copy_entity_results

577: Close Csr_Ovn;
578:
579: If p_dml_operation = 'INSERT' Then
580: -- Purge record
581: ben_copy_entity_results_api.delete_copy_entity_results
582: ( p_copy_entity_result_id => p_crpath_cer_id,
583: p_effective_date => p_effective_date,
584: p_object_version_number => l_ovn);
585:

Line 589: ben_copy_entity_results_api.update_copy_entity_results

585:
586:
587: Else
588: -- UNLINK record
589: ben_copy_entity_results_api.update_copy_entity_results
590: ( p_copy_entity_result_id => p_crpath_cer_id,
591: p_effective_date => p_effective_date,
592: p_information104 => 'UNLINK',
593: p_object_version_number => l_ovn,