DBA Data[Home] [Help]

APPS.PON_OPEN_INTERFACE_PUB dependencies on FND_FILE

Line 58: FND_FILE.put_line(FND_FILE.LOG, l_msg);

54: ( p_msg_index => i,
55: p_encoded => FND_API.G_FALSE
56: );
57:
58: FND_FILE.put_line(FND_FILE.LOG, l_msg);
59: END LOOP;
60: ELSE
61: RETCODE := '0';
62: END IF;