DBA Data[Home] [Help]

APPS.OKS_UTIL_PUB dependencies on FND_API

Line 479: IF G_PRODUCT_STATUS = FND_API.G_MISS_CHAR THEN

475: l_retval BOOLEAN;
476: BEGIN
477:
478:
479: IF G_PRODUCT_STATUS = FND_API.G_MISS_CHAR THEN
480:
481: l_retval := fnd_installation.get(l_application_id,l_application_id,
482: l_status,l_industry);
483:

Line 962: x_return_status := FND_API.G_RET_STS_SUCCESS;

958:
959: IF NVL(l_CC_Expiry_Flag,'N') = 'Y'
960: THEN
961: x_entity_id := NULL;
962: x_return_status := FND_API.G_RET_STS_SUCCESS;
963: ELSE
964:
965: l_Authoring_Org_ID := okc_context.get_okc_org_id;
966: l_Cust_Account_Site_ID := P_Bill_To_Site_Use_ID;

Line 1028: ,p_commit => FND_API.G_FALSE

1024: IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension
1025: (
1026: p_api_version => P_api_version
1027: ,p_init_msg_list => p_init_msg_list
1028: ,p_commit => FND_API.G_FALSE
1029: ,x_return_status => x_return_status
1030: ,x_msg_count => x_msg_count
1031: ,x_msg_data => x_msg_data
1032: ,p_payer => l_PayerContext_Rec

Line 1046: ,p_commit => FND_API.G_FALSE

1042: IBY_FNDCPT_TRXN_PUB.Copy_Transaction_Extension
1043: (
1044: p_api_version => p_api_version
1045: ,p_init_msg_list => p_init_msg_list
1046: ,p_commit => FND_API.G_FALSE
1047: ,x_return_status => x_return_status
1048: ,x_msg_count => x_msg_count
1049: ,x_msg_data => x_msg_data
1050: ,p_payer => l_PayerContext_Rec

Line 1061: IF (x_return_status = FND_API.g_ret_sts_unexp_error) THEN

1057: ****/
1058:
1059:
1060:
1061: IF (x_return_status = FND_API.g_ret_sts_unexp_error) THEN
1062: fnd_message.set_name (g_app_name, 'OKS_IBY_API_ERROR');
1063: fnd_message.set_token
1064: ('IBY_API_NAME',
1065: 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : '||l_response.result_code);

Line 1068: RAISE fnd_api.g_exc_unexpected_error;

1064: ('IBY_API_NAME',
1065: 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : '||l_response.result_code);
1066: fnd_message.set_token ('ERROR_DTLS', l_response.result_message);
1067: fnd_msg_pub.ADD;
1068: RAISE fnd_api.g_exc_unexpected_error;
1069: ELSIF (x_return_status = FND_API.g_ret_sts_error) THEN
1070: fnd_message.set_name (g_app_name, 'OKS_IBY_API_ERROR');
1071: fnd_message.set_token
1072: ('IBY_API_NAME',

Line 1069: ELSIF (x_return_status = FND_API.g_ret_sts_error) THEN

1065: 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension : '||l_response.result_code);
1066: fnd_message.set_token ('ERROR_DTLS', l_response.result_message);
1067: fnd_msg_pub.ADD;
1068: RAISE fnd_api.g_exc_unexpected_error;
1069: ELSIF (x_return_status = FND_API.g_ret_sts_error) THEN
1070: fnd_message.set_name (g_app_name, 'OKS_IBY_API_ERROR');
1071: fnd_message.set_token
1072: ('IBY_API_NAME',
1073: 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension :'||l_response.result_code);

Line 1076: RAISE fnd_api.g_exc_error;

1072: ('IBY_API_NAME',
1073: 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension :'||l_response.result_code);
1074: fnd_message.set_token ('ERROR_DTLS', l_response.result_message);
1075: fnd_msg_pub.ADD;
1076: RAISE fnd_api.g_exc_error;
1077: END IF;
1078:
1079:
1080:

Line 1103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

1099: ,'Exception in call to IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension, x_return_status ='||x_return_status
1100: ||'SQLERRM ='||SQLERRM
1101: );
1102: END IF;
1103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1104: FND_MSG_PUB.add_exc_msg(g_pkg_name, 'IBY_FNDCPT_TRXN_PUB.Create_Transaction_Extension', substr(SQLERRM,1,240));
1105: RAISE;
1106:
1107: End;

Line 1129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

1125: ,'General Exception in Create_Transaction_Exception, x_return_status ='||x_return_status
1126: ||'SQLERRM ='||SQLERRM
1127: );
1128: END IF;
1129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1130: IF GetInstrAssgnID%ISOPEN then
1131: CLOSE GetInstrAssgnID;
1132: END IF;
1133: IF GetAcctInfo%ISOPEN then