DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_PARTIES_PKG dependencies on FND_FILE

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

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

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

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

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

5084: END IF;
5085:
5086: EXCEPTION
5087: WHEN OTHERS THEN
5088: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Other exceptions');
5089: l_dml_exception := 'Y';
5090: END;
5091:
5092: IF fnd_log.level_statement>=fnd_log.g_current_runtime_level THEN

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

9422: EXCEPTION
9423:
9424: WHEN OTHERS THEN
9425:
9426: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Update parties other exception: ' || SQLERRM);
9427:
9428: ROLLBACK to process_update_parties_pvt;
9429: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9430:

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

9604: p_data => x_msg_data);
9605:
9606: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
9607: ROLLBACK TO load_parties_pvt;
9608: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');
9609: FND_FILE.put_line(fnd_file.log, l_errm);
9610: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9611: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
9612: FND_MESSAGE.SET_TOKEN('ERROR', l_errm);

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

9605:
9606: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
9607: ROLLBACK TO load_parties_pvt;
9608: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');
9609: FND_FILE.put_line(fnd_file.log, l_errm);
9610: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9611: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
9612: FND_MESSAGE.SET_TOKEN('ERROR', l_errm);
9613: FND_MSG_PUB.ADD;

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

9618:
9619: WHEN OTHERS THEN
9620:
9621: ROLLBACK TO load_parties_pvt;
9622: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');
9623: FND_FILE.put_line(fnd_file.log, l_errm);
9624: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9625: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
9626: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);

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

9619: WHEN OTHERS THEN
9620:
9621: ROLLBACK TO load_parties_pvt;
9622: FND_FILE.put_line(fnd_file.log,'Unexpected error occurs while loading parties');
9623: FND_FILE.put_line(fnd_file.log, l_errm);
9624: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9625: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
9626: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
9627: FND_MSG_PUB.ADD;