DBA Data[Home] [Help]

APPS.HRASSACT dependencies on HR_GENERAL

Line 3977: hr_general.assert_condition(FALSE);

3973: --
3974: if (found = TRUE) then
3975: p_cxt_id := cxt_id;
3976: else
3977: hr_general.assert_condition(FALSE);
3978: end if;
3979: --
3980: end get_cache_context;
3981: