DBA Data[Home] [Help]

APPS.HRSPINE dependencies on HR_API

Line 880: if p_end_date <> hr_api.g_eot

876: -- ------------------------------------------------------------------
877: hr_utility.set_location('max_end_date:'||l_max_end_date,170);
878: hr_utility.set_location('L_End_Date:'||p_end_date,170);
879: hr_utility.set_location('p_placement_id - '||p_placement_id,333);
880: if p_end_date <> hr_api.g_eot
881: and p_end_date <> l_max_end_date
882: then
883: BEGIN
884: select nvl(sps.sequence,-99),nvl(sps.grade_spine_id,-99)

Line 1794: hr_api.validate_bus_grp_id

1790: BEGIN
1791: --
1792: -- Check that the business group passed is valid
1793: --
1794: hr_api.validate_bus_grp_id
1795: (p_business_group_id => P_Business_Group_ID);
1796: --
1797:
1798: --