DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_PARTIES_PKG dependencies on FND_FILE

Line 2917: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Insert parties dup val exception: ' || SQLERRM);

2913: END IF;
2914:
2915: EXCEPTION
2916: WHEN DUP_VAL_ON_INDEX THEN
2917: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Insert parties dup val exception: ' || SQLERRM);
2918: ROLLBACK to process_insert_parties_pvt;
2919:
2920: populate_error_table(P_DML_RECORD, 'Y', SQLERRM);
2921:

Line 2930: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Insert parties other exception: ' || SQLERRM);

2926: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
2927: FND_MSG_PUB.ADD;
2928:
2929: WHEN OTHERS THEN
2930: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Insert parties other exception: ' || SQLERRM);
2931: ROLLBACK to process_insert_parties_pvt;
2932:
2933: populate_error_table(P_DML_RECORD, 'N', SQLERRM);
2934:

Line 5070: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Other exceptions');

5066: END IF;
5067:
5068: EXCEPTION
5069: WHEN OTHERS THEN
5070: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Other exceptions');
5071: l_dml_exception := 'Y';
5072: END;
5073:
5074: IF fnd_log.level_statement>=fnd_log.g_current_runtime_level THEN

Line 9408: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Update parties other exception: ' || SQLERRM);

9404: EXCEPTION
9405:
9406: WHEN OTHERS THEN
9407:
9408: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Update parties other exception: ' || SQLERRM);
9409:
9410: ROLLBACK to process_update_parties_pvt;
9411: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9412:

Line 9588: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');

9584: p_data => x_msg_data);
9585:
9586: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
9587: ROLLBACK TO load_parties_pvt;
9588: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');
9589: FND_FILE.put_line(fnd_file.log, l_errm);
9590: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9591: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
9592: FND_MESSAGE.SET_TOKEN('ERROR', l_errm);

Line 9589: FND_FILE.put_line(fnd_file.log, l_errm);

9585:
9586: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
9587: ROLLBACK TO load_parties_pvt;
9588: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');
9589: FND_FILE.put_line(fnd_file.log, l_errm);
9590: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9591: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
9592: FND_MESSAGE.SET_TOKEN('ERROR', l_errm);
9593: FND_MSG_PUB.ADD;

Line 9602: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');

9598:
9599: WHEN OTHERS THEN
9600:
9601: ROLLBACK TO load_parties_pvt;
9602: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');
9603: FND_FILE.put_line(fnd_file.log, l_errm);
9604: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9605: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
9606: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);

Line 9603: FND_FILE.put_line(fnd_file.log, l_errm);

9599: WHEN OTHERS THEN
9600:
9601: ROLLBACK TO load_parties_pvt;
9602: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');
9603: FND_FILE.put_line(fnd_file.log, l_errm);
9604: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9605: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
9606: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
9607: FND_MSG_PUB.ADD;