DBA Data[Home] [Help]

APPS.JAI_TAX_PROCESSING_PKG dependencies on FND_API

Line 569: x_return_status := FND_API.G_RET_STS_ERROR; --Added x_return_status by Chong for displaying message to ZX 2012/09/02

565: EXCEPTION_CODE => -20001 ,
566: EXCEPTION_TEXT => lv_return_message
567: );
568: */
569: x_return_status := FND_API.G_RET_STS_ERROR; --Added x_return_status by Chong for displaying message to ZX 2012/09/02
570: fnd_msg_pub.add; --Added x_return_status by Chong for displaying message to ZX 2012/09/02
571: when others then
572: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
573: fnd_message.set_token ('MSG_TEXT', 'Encountered the error in JAI_TAX_PROCESSING_PKG.CALCULATE_TAX' || substr(sqlerrm,1,1900));

Line 583: x_return_status := FND_API.G_RET_STS_ERROR;

579: EXCEPTION_TYPE => 'APP',
580: EXCEPTION_CODE => -20001 ,
581: EXCEPTION_TEXT => 'Encountered the error in procedure JAI_TAX_PROCESSING_PKG.CALCULATE_TAX' || substr(sqlerrm,1,1900)
582: );*/
583: x_return_status := FND_API.G_RET_STS_ERROR;
584: ----------------------------------------------------------------------------------------------
585: --Changed by Zhiwei for ZX comments to return same status even unexpected error end
586:
587: end calculate_tax;

Line 698: x_return_status := FND_API.G_RET_STS_ERROR; --Added x_return_status by Chong for displaying message to ZX 2012/09/02

694: when le_error then
695: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
696: fnd_message.set_token ('MSG_TEXT', lv_return_message);
697: jai_cmn_utils_pkg.WRITE_FND_LOG_MSG('JAI.PLSQL.JAI_TAX_PROCESSING_PKG.DETERMINE_RECOVERY', lv_return_message);
698: x_return_status := FND_API.G_RET_STS_ERROR; --Added x_return_status by Chong for displaying message to ZX 2012/09/02
699: fnd_msg_pub.add; --Added x_return_status by Chong for displaying message to ZX 2012/09/02
700: /*Commented by Chong for for displaying message to ZX 2012/09/02
701: app_exception.raise_exception (
702: EXCEPTION_TYPE => 'APP' ,

Line 719: x_return_status := FND_API.G_RET_STS_ERROR;

715: EXCEPTION_TYPE => 'APP',
716: EXCEPTION_CODE => -20001 ,
717: EXCEPTION_TEXT => 'Encountered the error in procedure JAI_TAX_PROCESSING_PKG.DETERMINE_RECOVERY' || substr(sqlerrm,1,1900)
718: );*/
719: x_return_status := FND_API.G_RET_STS_ERROR;
720: ----------------------------------------------------------------------------------------------
721: --Changed by Zhiwei for ZX comments to return same status even unexpected error end
722: end determine_recovery;
723: /*-------------------------------------------------------------------------------------------------------------------------------+

Line 1086: x_return_status := FND_API.G_RET_STS_ERROR; --Added x_return_status by Chong for displaying message to ZX 2012/09/02

1082: EXCEPTION_TYPE => 'APP' ,
1083: EXCEPTION_CODE => -20001 ,
1084: EXCEPTION_TEXT => lv_return_message
1085: );*/
1086: x_return_status := FND_API.G_RET_STS_ERROR; --Added x_return_status by Chong for displaying message to ZX 2012/09/02
1087: fnd_msg_pub.add; --Added x_return_status by Chong for displaying message to ZX 2012/09/02
1088:
1089: when others then
1090: fnd_message.set_name ('JA','JAI_GENERIC_MSG');

Line 1099: x_return_status := FND_API.G_RET_STS_ERROR; --Added x_return_status by Chong for displaying message to ZX 2012/09/02

1095: EXCEPTION_CODE => -20001 ,
1096: EXCEPTION_TEXT => 'Encountered the error in procedure JAI_TAX_PROCESSING_PKG.IMPORT_DOCUMENT_WITH_TAX' || substr(sqlerrm,1,1900)
1097: );*/
1098: fnd_file.put_line(FND_FILE.LOG,'Encountered an error in JAI.PLSQL.JAI_TAX_PROCESSING_PKG.IMPORT_DOCUMENT_WITH_TAX ' || substr(sqlerrm,1,1900));
1099: x_return_status := FND_API.G_RET_STS_ERROR; --Added x_return_status by Chong for displaying message to ZX 2012/09/02
1100: fnd_msg_pub.add; --Added x_return_status by Chong for displaying message to ZX 2012/09/02
1101:
1102: end IMPORT_DOCUMENT_WITH_TAX;
1103:

Line 1462: pv_return_status := FND_API.G_RET_STS_ERROR;

1458: WHEN le_error THEN
1459:
1460: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
1461: fnd_message.set_token ('MSG_TEXT', lv_return_message);
1462: pv_return_status := FND_API.G_RET_STS_ERROR;
1463: fnd_msg_pub.add;
1464:
1465: WHEN OTHERS THEN
1466: fnd_message.set_name ('JA','JAI_GENERIC_MSG');

Line 1476: pv_return_status := FND_API.G_RET_STS_ERROR;

1472: EXCEPTION_TYPE => 'APP',
1473: EXCEPTION_CODE => -20001 ,
1474: EXCEPTION_TEXT => 'Encountered the error in procedure JAI_TAX_PROCESSING_PKG.CREATE_ACCOUNTING' || substr(sqlerrm,1,1900)
1475: );*/
1476: pv_return_status := FND_API.G_RET_STS_ERROR;
1477: ----------------------------------------------------------------------------------------------
1478: --Changed by Zhiwei for ZX comments to return same status even unexpected error end
1479: END CREATE_ACCOUNTING ;
1480:

Line 2151: pv_return_status := FND_API.G_RET_STS_ERROR;

2147: WHEN le_error THEN
2148:
2149: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
2150: fnd_message.set_token ('MSG_TEXT', lv_return_message);
2151: pv_return_status := FND_API.G_RET_STS_ERROR;
2152: fnd_msg_pub.add;
2153: fnd_file.put_line(fnd_file.log,lv_return_message);
2154:
2155: WHEN OTHERS THEN

Line 2159: pv_return_status := FND_API.G_RET_STS_ERROR;

2155: WHEN OTHERS THEN
2156: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
2157: fnd_message.set_token ('MSG_TEXT', 'Encountered the error in JAI_AP_TAX_PROCESSING.OPEN_INTERFACE ' || substr(sqlerrm,1,1900));
2158: fnd_msg_pub.add;
2159: pv_return_status := FND_API.G_RET_STS_ERROR;
2160: fnd_file.put_line(fnd_file.log,'Encountered the error in JAI_AP_TAX_PROCESSING.OPEN_INTERFACE ' || substr(sqlerrm,1,1900));
2161:
2162: END OPEN_INTERFACE;
2163: