DBA Data[Home] [Help]

APPS.OKS_RENCON_PVT dependencies on FND_FILE

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

3061: BEGIN
3062: IF l_conc_program = 'N' THEN
3063: NULL;
3064: ELSE
3065: fnd_file.put_line(FND_FILE.LOG, p_mesg);
3066: END IF;
3067: END LOG_MESSAGES;
3068:
3069: -- Bug#5981381: Cache the class_operation_id instead of deriving everytime;