DBA Data[Home] [Help]

APPS.PAY_IP_UTILITY dependencies on FND_FILE

Line 1241: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Not handling the top level exception. '||

1237: fnd_message.clear();
1238:
1239: EXCEPTION
1240: WHEN OTHERS THEN
1241: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Not handling the top level exception. '||
1242: 'SQLERRM : '|| SQLERRM);
1243: END compile_flex_field;
1244:
1245: