DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on FND_FILE

Line 2234: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Records processed: ' || l_count);

2230: END IF;
2231: END LOOP;
2232: COMMIT;
2233:
2234: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Records processed: ' || l_count);
2235:
2236: EXCEPTION
2237: WHEN OTHERS THEN
2238: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Error in filling geometry column: ' || SQLERRM);

Line 2238: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Error in filling geometry column: ' || SQLERRM);

2234: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Records processed: ' || l_count);
2235:
2236: EXCEPTION
2237: WHEN OTHERS THEN
2238: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Error in filling geometry column: ' || SQLERRM);
2239:
2240: END fill_geometry_for_locations;
2241: /*----------------------------------------------------------------------------*
2242: | procedure |