DBA Data[Home] [Help]

APPS.HRASSACT dependencies on HR_GENERAL

Line 3997: hr_general.assert_condition(FALSE);

3993: --
3994: if (found = TRUE) then
3995: p_cxt_id := cxt_id;
3996: else
3997: hr_general.assert_condition(FALSE);
3998: end if;
3999: --
4000: end get_cache_context;
4001: