DBA Data[Home] [Help]

APPS.PO_VENDORS_PVT dependencies on FND_API

Line 81: -- FND_API.G_RET_STS_ERROR - for expected error

77: --p_external_contact_id
78: -- Supplier contact id on the deliverable. Default is null
79: --OUT:
80: --x_return_status
81: -- FND_API.G_RET_STS_ERROR - for expected error
82: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
83: -- FND_API.G_RET_STS_SUCCESS - for success
84: --x_supplier_user_tbl
85: -- PL/SQL table to FND_USER.username for Contracts

Line 82: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error

78: -- Supplier contact id on the deliverable. Default is null
79: --OUT:
80: --x_return_status
81: -- FND_API.G_RET_STS_ERROR - for expected error
82: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
83: -- FND_API.G_RET_STS_SUCCESS - for success
84: --x_supplier_user_tbl
85: -- PL/SQL table to FND_USER.username for Contracts
86: --x_supplier_userlist

Line 83: -- FND_API.G_RET_STS_SUCCESS - for success

79: --OUT:
80: --x_return_status
81: -- FND_API.G_RET_STS_ERROR - for expected error
82: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error
83: -- FND_API.G_RET_STS_SUCCESS - for success
84: --x_supplier_user_tbl
85: -- PL/SQL table to FND_USER.username for Contracts
86: --x_supplier_userlist
87: -- comma delimited supplier user names for locate_notifier to retain

Line 230: x_return_status := FND_API.G_RET_STS_SUCCESS;

226:
227: BEGIN
228:
229: -- Initialize API return status to success
230: x_return_status := FND_API.G_RET_STS_SUCCESS;
231: x_num_users := 0;
232: l_step := 0;
233: l_progress := '010';
234:

Line 377: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

373: x_vendor_id := l_vendor_id;
374:
375: EXCEPTION
376: WHEN OTHERS THEN
377: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
378: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
379: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
380: IF (g_fnd_debug='Y') THEN
381: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN