DBA Data[Home] [Help]

APPS.HRSPINE dependencies on HR_SPP_EXCEPTION_DATA

Line 713: hr_utility.set_location ('Before HR_SPP_EXCEPTION_DATA.populate_spp_table',101);

709: ,p_effective_start_date => l_effective_start_date
710: ,p_effective_end_date => l_effective_end_date
711: );
712: --
713: hr_utility.set_location ('Before HR_SPP_EXCEPTION_DATA.populate_spp_table',101);
714: hr_utility.set_location ('l_exception_report_1 = '||l_exception_report1,151);
715: --
716: ----------------------------------------------------------------------------
717: -- Update the what if table with the updated record

Line 749: ('Populating HR_SPP_EXCEPTION_DATA.populate_spp_table',102);

745: --
746: if (l_exception_report1 = 'Y')
747: then
748: hr_utility.set_location
749: ('Populating HR_SPP_EXCEPTION_DATA.populate_spp_table',102);
750: -- vik failing with no data found here.
751: -- but why doesn't the comment show up on the trace?
752: HR_SPP_EXCEPTION_DATA.populate_spp_table
753: (p_effective_date => P_Effective_Date

Line 752: HR_SPP_EXCEPTION_DATA.populate_spp_table

748: hr_utility.set_location
749: ('Populating HR_SPP_EXCEPTION_DATA.populate_spp_table',102);
750: -- vik failing with no data found here.
751: -- but why doesn't the comment show up on the trace?
752: HR_SPP_EXCEPTION_DATA.populate_spp_table
753: (p_effective_date => P_Effective_Date
754: ,p_placement_id => p_placement_id
755: ,p_effective_start_date => p_effective_start_date
756: ,p_effective_end_date => p_end_date