DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on FND_API

Line 305: p_init_msg_list => FND_API.G_TRUE,

301: l_transaction_line_rec_type.trx_line_id := l_line_location_id_tbl(i);
302:
303: ZX_API_PUB.del_tax_line_and_distributions(
304: p_api_version => 1.0,
305: p_init_msg_list => FND_API.G_TRUE,
306: p_commit => FND_API.G_FALSE,
307: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
308: x_return_status => l_return_status,
309: x_msg_count => l_msg_count,

Line 306: p_commit => FND_API.G_FALSE,

302:
303: ZX_API_PUB.del_tax_line_and_distributions(
304: p_api_version => 1.0,
305: p_init_msg_list => FND_API.G_TRUE,
306: p_commit => FND_API.G_FALSE,
307: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
308: x_return_status => l_return_status,
309: x_msg_count => l_msg_count,
310: x_msg_data => l_msg_data,

Line 307: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

303: ZX_API_PUB.del_tax_line_and_distributions(
304: p_api_version => 1.0,
305: p_init_msg_list => FND_API.G_TRUE,
306: p_commit => FND_API.G_FALSE,
307: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
308: x_return_status => l_return_status,
309: x_msg_count => l_msg_count,
310: x_msg_data => l_msg_data,
311: p_transaction_line_rec => l_transaction_line_rec_type

Line 314: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

310: x_msg_data => l_msg_data,
311: p_transaction_line_rec => l_transaction_line_rec_type
312: );
313:
314: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
315: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
316: END IF;
317:
318: END IF;

Line 315: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

311: p_transaction_line_rec => l_transaction_line_rec_type
312: );
313:
314: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
315: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
316: END IF;
317:
318: END IF;
319: END LOOP;

Line 1044: -- FND_API.G_RET_STS_SUCCESS (='S')

1040: --OUT:
1041: --x_return_status
1042: -- Standard API specification parameter
1043: -- Can hold one of the following values:
1044: -- FND_API.G_RET_STS_SUCCESS (='S')
1045: -- FND_API.G_RET_STS_ERROR (='E')
1046: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')
1047: --Notes:
1048: -- Before calling pricing, we need not make the check whether the line price has

Line 1045: -- FND_API.G_RET_STS_ERROR (='E')

1041: --x_return_status
1042: -- Standard API specification parameter
1043: -- Can hold one of the following values:
1044: -- FND_API.G_RET_STS_SUCCESS (='S')
1045: -- FND_API.G_RET_STS_ERROR (='E')
1046: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')
1047: --Notes:
1048: -- Before calling pricing, we need not make the check whether the line price has
1049: -- not been manually updated. As this API will be invoked when the changes are

Line 1046: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')

1042: -- Standard API specification parameter
1043: -- Can hold one of the following values:
1044: -- FND_API.G_RET_STS_SUCCESS (='S')
1045: -- FND_API.G_RET_STS_ERROR (='E')
1046: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')
1047: --Notes:
1048: -- Before calling pricing, we need not make the check whether the line price has
1049: -- not been manually updated. As this API will be invoked when the changes are
1050: -- being done from backend.