DBA Data[Home] [Help]

APPS.FA_PERSON dependencies on FA_DISTRIBUTION_HISTORY

Line 37: from fa_distribution_history dh

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