DBA Data[Home] [Help]

APPS.IGI_SLS_IMP_EXP dependencies on FND_MESSAGE

Line 115: FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message

111: THEN NULL;
112:
113: WHEN OTHERS
114: THEN
115: FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
116: l_excep_level :=1;
117: retcode := 2;
118: errbuf := Fnd_message.get;
119: igi_sls_objects_pkg .write_to_log(l_excep_level, 'create_sls_col','END igi_sls_objects_pkg.create_sls_col - failed with error ' || SQLERRM );

Line 118: errbuf := Fnd_message.get;

114: THEN
115: FND_MESSAGE.SET_NAME('IGI', 'IGI_LOGGING_USER_ERROR'); -- Seeded Message
116: l_excep_level :=1;
117: retcode := 2;
118: errbuf := Fnd_message.get;
119: igi_sls_objects_pkg .write_to_log(l_excep_level, 'create_sls_col','END igi_sls_objects_pkg.create_sls_col - failed with error ' || SQLERRM );
120: -- dbms_output.put_line(SQLERRM);
121: RETURN;
122: