DBA Data[Home] [Help]

APPS.FA_DEPRN_OVERRIDE_BRIUD dependencies on FA_STD_TYPES

Line 121: IF fa_std_types.deprn_override_trigger_enabled THEN -- manually access the data

117: 2. override depreciation amount
118: 3. override bonus depreciation amount
119: */
120:
121: IF fa_std_types.deprn_override_trigger_enabled THEN -- manually access the data
122: IF DELETING THEN
123: IF (:old.status <> 'NEW' AND :old.status <> 'POST') THEN
124: fnd_message.set_name('OFA', 'FA_INVALID_DELETE_STATUS');
125: raise_application_error(-20000,fnd_message.get);