DBA Data[Home] [Help]

APPS.PO_CO_TOLERANCES_GRP dependencies on STANDARD

Line 34: -- The standard OUT parameter giving return status of the API call.

30: --OUT:
31: -- x_tolerances_tbl
32: -- Table containing the tolerances and their values
33: -- x_return_status
34: -- The standard OUT parameter giving return status of the API call.
35: -- FND_API.G_RET_STS_ERROR - for expected error
36: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
37: -- FND_API.G_RET_STS_SUCCESS - for success
38: -- x_msg_count

Line 57: -- Standard API initialization

53: l_api_name CONSTANT VARCHAR(30) := 'GET_TOLERANCES';
54: l_api_version CONSTANT NUMBER := 1.0;
55:
56: BEGIN
57: -- Standard API initialization
58: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,
59: l_api_name, G_PKG_NAME)
60: THEN
61: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;