DBA Data[Home] [Help]

APPS.FF_FGL_DEL dependencies on FND_MESSAGE

Line 426: fnd_message.set_name('PAY', 'HR_7204_DT_DEL_MODE_INVALID');

422: -- like DELETE, FUTURE_CHANGE, DELETE_NEXT_CHANGE the raise error
423: -- saying invalid datetrack option.
424:
425: if p_datetrack_mode <> 'ZAP' then
426: fnd_message.set_name('PAY', 'HR_7204_DT_DEL_MODE_INVALID');
427: fnd_message.raise_error;
428: end if;
429: --
430: -- We must lock the row which we need to delete.

Line 427: fnd_message.raise_error;

423: -- saying invalid datetrack option.
424:
425: if p_datetrack_mode <> 'ZAP' then
426: fnd_message.set_name('PAY', 'HR_7204_DT_DEL_MODE_INVALID');
427: fnd_message.raise_error;
428: end if;
429: --
430: -- We must lock the row which we need to delete.
431: ff_fgl_shd.lck