DBA Data[Home] [Help]

APPS.PAY_BALANCE_TYPES_PKG dependencies on APP_EXCEPTION

Line 73: when app_exception.application_exception then

69: l_dummy, null, null, 'N', l_dummy, null);
70: hr_utility.set_location (l_package_name,2);
71:
72: EXCEPTION
73: when app_exception.application_exception then
74: hr_utility.set_location (l_package_name,3);
75: fnd_message.set_name ('PAY','PAY_6365_ELEMENT_NO_DB_NAME'); -- checkformat failure
76: fnd_message.raise_error;
77: END;

Line 722: -- app_exception.raise_exception;

718: -- ) then
719: -- null;
720: -- else
721: -- fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
722: -- app_exception.raise_exception;
723: -- end if;
724: -- end if;
725: --end loop;
726: --

Line 881: APP_EXCEPTION.RAISE_EXCEPTION;

877: ) then
878: return;
879: else
880: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
881: APP_EXCEPTION.RAISE_EXCEPTION;
882: end if;
883: --
884: END Lock_Row;
885: --