DBA Data[Home] [Help]

APPS.OKL_VR_DOCUMENT_PVT dependencies on FND_FILE

Line 991: FND_FILE.PUT_LINE (FND_FILE.LOG, ' -- Accounting engine called successfully ');

987: x_return_status => x_return_status);
988:
989: OKL_VARIABLE_INTEREST_PVT.print_debug('End Debug OKLRVARB.pls call Okl_Acc_Call_Pvt.Okl_Populate_Acc_Gen ');
990: IF ( x_return_status = okl_api.g_ret_sts_success) THEN
991: FND_FILE.PUT_LINE (FND_FILE.LOG, ' -- Accounting engine called successfully ');
992: ELSE
993: FND_FILE.PUT_LINE (FND_FILE.LOG, '*=> ERROR : Calling Accounting engine.');
994: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
995: OKL_VARIABLE_INTEREST_PVT.print_error_message('Unexpected error raised in call to Okl_Acc_Call_Pvt.Okl_Populate_Acc_Gen');

Line 993: FND_FILE.PUT_LINE (FND_FILE.LOG, '*=> ERROR : Calling Accounting engine.');

989: OKL_VARIABLE_INTEREST_PVT.print_debug('End Debug OKLRVARB.pls call Okl_Acc_Call_Pvt.Okl_Populate_Acc_Gen ');
990: IF ( x_return_status = okl_api.g_ret_sts_success) THEN
991: FND_FILE.PUT_LINE (FND_FILE.LOG, ' -- Accounting engine called successfully ');
992: ELSE
993: FND_FILE.PUT_LINE (FND_FILE.LOG, '*=> ERROR : Calling Accounting engine.');
994: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
995: OKL_VARIABLE_INTEREST_PVT.print_error_message('Unexpected error raised in call to Okl_Acc_Call_Pvt.Okl_Populate_Acc_Gen');
996: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
997: ELSIF (x_return_Status = Okl_Api.G_RET_STS_ERROR) THEN

Line 1055: FND_FILE.PUT_LINE (FND_FILE.LOG, ' -- Accounting distributions created. ');

1051:
1052: OKL_VARIABLE_INTEREST_PVT.print_debug('End Debug OKLRVARB.pls call Okl_Account_Dist_Pub.CREATE_ACCOUNTING_DIST ');
1053:
1054: IF ( x_return_status = okl_api.g_ret_sts_success) THEN
1055: FND_FILE.PUT_LINE (FND_FILE.LOG, ' -- Accounting distributions created. ');
1056: ELSE
1057: FND_FILE.PUT_LINE (FND_FILE.LOG, '*=> ERROR : Accounting distributions not created.'||x_msg_count || x_msg_data);
1058: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
1059: OKL_VARIABLE_INTEREST_PVT.print_error_message('Unexpected error raised in call to Okl_Account_Dist_Pub.CREATE_ACCOUNTING_DIST');

Line 1057: FND_FILE.PUT_LINE (FND_FILE.LOG, '*=> ERROR : Accounting distributions not created.'||x_msg_count || x_msg_data);

1053:
1054: IF ( x_return_status = okl_api.g_ret_sts_success) THEN
1055: FND_FILE.PUT_LINE (FND_FILE.LOG, ' -- Accounting distributions created. ');
1056: ELSE
1057: FND_FILE.PUT_LINE (FND_FILE.LOG, '*=> ERROR : Accounting distributions not created.'||x_msg_count || x_msg_data);
1058: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
1059: OKL_VARIABLE_INTEREST_PVT.print_error_message('Unexpected error raised in call to Okl_Account_Dist_Pub.CREATE_ACCOUNTING_DIST');
1060: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
1061: ELSIF (x_return_Status = Okl_Api.G_RET_STS_ERROR) THEN