DBA Data[Home] [Help]

APPS.OKS_CT_EVENTS_WFA dependencies on FND_API

Line 508: p_init_msg_list => FND_API.G_TRUE, --FND_API.G_FALSE, --commented to clean the message stack

504: /*-- code bumped back to SR API version 2.0
505:
506: CS_SERVICEREQUEST_PUB.CREATE_SERVICEREQUEST(
507: p_api_version => 3.0, --2.0, changed from 11.5.9
508: p_init_msg_list => FND_API.G_TRUE, --FND_API.G_FALSE, --commented to clean the message stack
509: p_commit => FND_API.G_FALSE, --FND_API.G_TRUE,
510: x_return_status => l_return_status,
511: x_msg_count => l_msg_count,
512: x_msg_data => l_msg_data,

Line 509: p_commit => FND_API.G_FALSE, --FND_API.G_TRUE,

505:
506: CS_SERVICEREQUEST_PUB.CREATE_SERVICEREQUEST(
507: p_api_version => 3.0, --2.0, changed from 11.5.9
508: p_init_msg_list => FND_API.G_TRUE, --FND_API.G_FALSE, --commented to clean the message stack
509: p_commit => FND_API.G_FALSE, --FND_API.G_TRUE,
510: x_return_status => l_return_status,
511: x_msg_count => l_msg_count,
512: x_msg_data => l_msg_data,
513: p_resp_appl_id => l_resp_appl_id,

Line 533: p_init_msg_list => FND_API.G_TRUE, --FND_API.G_FALSE, --commented to clean the message stack. bug 2960675.

529:
530:
531: CS_SERVICEREQUEST_PUB.CREATE_SERVICEREQUEST(
532: p_api_version => 2.0,
533: p_init_msg_list => FND_API.G_TRUE, --FND_API.G_FALSE, --commented to clean the message stack. bug 2960675.
534: p_commit => FND_API.G_FALSE, --FND_API.G_TRUE,
535: x_return_status => l_return_status,
536: x_msg_count => l_msg_count,
537: x_msg_data => l_msg_data,

Line 534: p_commit => FND_API.G_FALSE, --FND_API.G_TRUE,

530:
531: CS_SERVICEREQUEST_PUB.CREATE_SERVICEREQUEST(
532: p_api_version => 2.0,
533: p_init_msg_list => FND_API.G_TRUE, --FND_API.G_FALSE, --commented to clean the message stack. bug 2960675.
534: p_commit => FND_API.G_FALSE, --FND_API.G_TRUE,
535: x_return_status => l_return_status,
536: x_msg_count => l_msg_count,
537: x_msg_data => l_msg_data,
538: p_resp_appl_id => l_resp_appl_id,

Line 557: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

553: aname => 'REQUEST_NUMBER',
554: avalue => l_request_number);
555:
556:
557: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
558:
559: WF_ENGINE.SetItemAttrText(
560: itemtype => itemtype,
561: itemkey => itemkey,