DBA Data[Home] [Help]

APPS.OKL_ACD_PVT dependencies on OKL_API

Line 297: OKL_API.set_message(p_app_name => OKL_API.G_APP_NAME,

293:
294: -- data is required
295: if (p_acdv_rec.isp_id is null) or (p_acdv_rec.isp_id = OKC_API.G_MISS_NUM) then
296:
297: OKL_API.set_message(p_app_name => OKL_API.G_APP_NAME,
298: p_msg_name => 'OKL_AM_REQ_FIELD_ERR',
299: p_token1 => 'PROMPT',
300: p_token1_value => OKL_AM_UTIL_PVT.get_ak_attribute('OKL_INSPECTOR'));
301:

Line 594: OKL_API.SET_MESSAGE( p_app_name => 'OKL'

590: FETCH okl_acdv_csr INTO l_id;
591: -- If id already exists then update mode
592: IF okl_acdv_csr%FOUND THEN
593: -- Asset Return already exists for this asset with status STATUS so cannot create a new asset return now.
594: OKL_API.SET_MESSAGE( p_app_name => 'OKL'
595: ,p_msg_name => 'OKL_AM_ASSET_CNDTN_EXISTS');
596: -- notify caller of an error
597: x_return_status := OKC_API.G_RET_STS_ERROR;
598: END IF;