DBA Data[Home] [Help]

APPS.HR_BIS_ALERTS dependencies on BIS_TARGET_PUB

Line 677: FUNCTION hr_budget(p_rec IN bis_target_pub.target_rec_type) RETURN NUMBER IS

673: -- this is manpower variance where the target value is obtained from a
674: -- HR budget.
675: --
676: --
677: FUNCTION hr_budget(p_rec IN bis_target_pub.target_rec_type) RETURN NUMBER IS
678:
679: BEGIN
680: RETURN 1;
681: END;