DBA Data[Home] [Help]

APPS.CSF_TRIPS_PUB dependencies on STANDARD

Line 2122: * rely only on standard way of checking x_return_status.

2118: * of Trips upgraded successfully and the number of Trips failed to be upgraded
2119: * because of possible overlap with existing trips. Note that this message is
2120: * not put in the Message Stack. So API users should not rely on the value of
2121: * x_msg_data to determine whether the API failed or not. Rather they should
2122: * rely only on standard way of checking x_return_status.
2123: *
2124: * @param p_api_version API Version (1.0)
2125: * @param p_init_msg_list Initialize Message List
2126: * @param p_commit Commits the Database

Line 3488: -- Standard check of the return status for the API call

3484: , p_resource_tbl => l_resources_tbl
3485: , x_request_id => l_sched_request_id
3486: );
3487:
3488: -- Standard check of the return status for the API call
3489: IF x_return_status = fnd_api.g_ret_sts_error THEN
3490: RAISE fnd_api.g_exc_error;
3491: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
3492: RAISE fnd_api.g_exc_unexpected_error;