DBA Data[Home] [Help]

APPS.IGS_EN_SPAA_LGCY_PUB dependencies on FND_NEW_MESSAGES

Line 193: l_message fnd_new_messages.message_name%TYPE;

189: || Who When What
190: || (reverse chronological order - newest change first)
191: */
192: l_val_awd_aim VARCHAR2(10) := 'VALID';
193: l_message fnd_new_messages.message_name%TYPE;
194:
195: BEGIN
196: --If Start Date and End Date is having value then call the below function to
197: --Check if Start Date is less than or equal to End Date. If not then log error message.