DBA Data[Home] [Help]

APPS.FA_PERSON dependencies on FA_DISTRIBUTION_HISTORY

Line 36: from fa_distribution_history dh

32: into v_delete_permitted
33: from dual
34: where not exists (
35: select 'X'
36: from fa_distribution_history dh
37: where dh.assigned_to = P_PERSON_ID);
38: exception
39: when NO_DATA_FOUND then
40: hr_utility.set_message (801, 'HR_6269_ALL_FA2_PER_NO_DEL');