DBA Data[Home] [Help]

APPS.PSP_PERIOD_FREQUENCY_API dependencies on PSP_PFT_DEL

Line 365: hr_utility.set_location('Before calling row-handler psp_pft_del.del_tl',30);

361: -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
362: -- Process Logic - Call the row-handler del procedure
363: -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
364: -- call the procedure to delete from the _tl table
365: hr_utility.set_location('Before calling row-handler psp_pft_del.del_tl',30);
366: psp_pft_del.del_tl( p_period_frequency_id => p_period_frequency_id) ;
367: -- call the procedure to delete from the Base table
368:
369: hr_utility.set_location('Before calling row-handler psp_pft_del.del',35);

Line 366: psp_pft_del.del_tl( p_period_frequency_id => p_period_frequency_id) ;

362: -- Process Logic - Call the row-handler del procedure
363: -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
364: -- call the procedure to delete from the _tl table
365: hr_utility.set_location('Before calling row-handler psp_pft_del.del_tl',30);
366: psp_pft_del.del_tl( p_period_frequency_id => p_period_frequency_id) ;
367: -- call the procedure to delete from the Base table
368:
369: hr_utility.set_location('Before calling row-handler psp_pft_del.del',35);
370: psp_pfb_del.del

Line 369: hr_utility.set_location('Before calling row-handler psp_pft_del.del',35);

365: hr_utility.set_location('Before calling row-handler psp_pft_del.del_tl',30);
366: psp_pft_del.del_tl( p_period_frequency_id => p_period_frequency_id) ;
367: -- call the procedure to delete from the Base table
368:
369: hr_utility.set_location('Before calling row-handler psp_pft_del.del',35);
370: psp_pfb_del.del
371: ( p_period_frequency_id => p_period_frequency_id
372: ,p_object_version_number => l_object_version_number) ;
373: -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~