DBA Data[Home] [Help]

APPS.OKL_REQ_WF dependencies on FND_API

Line 194: IF(l_return_status <> Fnd_Api.G_RET_STS_SUCCESS) THEN

190: FETCH notif_mgr_csr INTO l_created_by;
191: CLOSE notif_mgr_csr;
192:
193:
194: IF(l_return_status <> Fnd_Api.G_RET_STS_SUCCESS) THEN
195: raise G_EXCEPTION_HALT_VALIDATION;
196: END IF;
197:
198: wf_engine.SetItemAttrDate (itemtype=> itemtype,

Line 315: ,p_init_msg_list => fnd_api.g_false

311:
312: --Now inserting the populated table of records above
313: OKL_cure_reports_pub.update_cure_reports(
314: p_api_version => l_api_version
315: ,p_init_msg_list => fnd_api.g_false
316: ,x_return_status => l_return_status
317: ,x_msg_count => l_msg_count
318: ,x_msg_data => l_msg_data
319: ,p_crtv_rec => l_crtv_rec

Line 404: ,p_init_msg_list => fnd_api.g_false

400:
401: --Now inserting the populated table of records above
402: OKL_cure_reports_pub.update_cure_reports(
403: p_api_version => l_api_version
404: ,p_init_msg_list => fnd_api.g_false
405: ,x_return_status => l_return_status
406: ,x_msg_count => l_msg_count
407: ,x_msg_data => l_msg_data
408: ,p_crtv_rec => l_crtv_rec