DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on FND_API

Line 314: p_init_msg_list => FND_API.G_TRUE,

310: l_transaction_line_rec_type.trx_line_id := l_line_location_id_tbl(i);
311:
312: ZX_API_PUB.del_tax_line_and_distributions(
313: p_api_version => 1.0,
314: p_init_msg_list => FND_API.G_TRUE,
315: p_commit => FND_API.G_FALSE,
316: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
317: x_return_status => l_return_status,
318: x_msg_count => l_msg_count,

Line 315: p_commit => FND_API.G_FALSE,

311:
312: ZX_API_PUB.del_tax_line_and_distributions(
313: p_api_version => 1.0,
314: p_init_msg_list => FND_API.G_TRUE,
315: p_commit => FND_API.G_FALSE,
316: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
317: x_return_status => l_return_status,
318: x_msg_count => l_msg_count,
319: x_msg_data => l_msg_data,

Line 316: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

312: ZX_API_PUB.del_tax_line_and_distributions(
313: p_api_version => 1.0,
314: p_init_msg_list => FND_API.G_TRUE,
315: p_commit => FND_API.G_FALSE,
316: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
317: x_return_status => l_return_status,
318: x_msg_count => l_msg_count,
319: x_msg_data => l_msg_data,
320: p_transaction_line_rec => l_transaction_line_rec_type

Line 323: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

319: x_msg_data => l_msg_data,
320: p_transaction_line_rec => l_transaction_line_rec_type
321: );
322:
323: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
324: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
325: END IF;
326:
327: END IF;

Line 324: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

320: p_transaction_line_rec => l_transaction_line_rec_type
321: );
322:
323: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
324: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
325: END IF;
326:
327: END IF;
328: END LOOP;

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

1060: --OUT:
1061: --x_return_status
1062: -- Standard API specification parameter
1063: -- Can hold one of the following values:
1064: -- FND_API.G_RET_STS_SUCCESS (='S')
1065: -- FND_API.G_RET_STS_ERROR (='E')
1066: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')
1067: --Notes:
1068: -- Before calling pricing, we need not make the check whether the line price has

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

1061: --x_return_status
1062: -- Standard API specification parameter
1063: -- Can hold one of the following values:
1064: -- FND_API.G_RET_STS_SUCCESS (='S')
1065: -- FND_API.G_RET_STS_ERROR (='E')
1066: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')
1067: --Notes:
1068: -- Before calling pricing, we need not make the check whether the line price has
1069: -- not been manually updated. As this API will be invoked when the changes are

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

1062: -- Standard API specification parameter
1063: -- Can hold one of the following values:
1064: -- FND_API.G_RET_STS_SUCCESS (='S')
1065: -- FND_API.G_RET_STS_ERROR (='E')
1066: -- FND_API.G_RET_STS_UNEXP_ERROR (='U')
1067: --Notes:
1068: -- Before calling pricing, we need not make the check whether the line price has
1069: -- not been manually updated. As this API will be invoked when the changes are
1070: -- being done from backend.