DBA Data[Home] [Help]

APPS.OKS_RENCON_PVT dependencies on FND_FILE

Line 3073: fnd_file.put_line(FND_FILE.LOG, p_mesg);

3069: BEGIN
3070: IF l_conc_program = 'N' THEN
3071: NULL;
3072: ELSE
3073: fnd_file.put_line(FND_FILE.LOG, p_mesg);
3074: END IF;
3075: END LOG_MESSAGES;
3076:
3077: -- Bug#5981381: Cache the class_operation_id instead of deriving everytime;