DBA Data[Home] [Help]

APPS.HRSPINE dependencies on HR_API

Line 882: if p_end_date <> hr_api.g_eot

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

Line 1801: hr_api.validate_bus_grp_id

1797: BEGIN
1798: --
1799: -- Check that the business group passed is valid
1800: --
1801: hr_api.validate_bus_grp_id
1802: (p_business_group_id => P_Business_Group_ID);
1803: --
1804:
1805: --