DBA Data[Home] [Help]

APPS.XTR_CASH_FCST dependencies on FND_NEW_MESSAGES

Line 327: error_msg fnd_new_messages.message_text%TYPE;

323: FUNCTION valid_calendar_name RETURN BOOLEAN IS
324: valid_period BOOLEAN := TRUE;
325: sob_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE;
326: calendar GL_PERIODS.period_set_name%TYPE;
327: error_msg fnd_new_messages.message_text%TYPE;
328: sob_name GL_SETS_OF_BOOKS.name%TYPE;
329:
330: CURSOR sob_c IS
331: SELECT gsb.period_set_name, org.set_of_books_id, org.set_of_books_name

Line 502: error_msg FND_NEW_MESSAGES.message_text%TYPE;

498: --------------------------------------------------------------------- */
499: PROCEDURE create_forecast_header IS
500: l_forecast_rowid VARCHAR2(30);
501: fid NUMBER;
502: error_msg FND_NEW_MESSAGES.message_text%TYPE;
503: duplicate_name BOOLEAN DEFAULT FALSE;
504:
505: CURSOR C IS SELECT CE_FORECASTS_S.nextval FROM sys.dual;
506: BEGIN