DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 7774: okl_contract_status_pub.update_contract_status(

7770: IF(l_status = 0 OR (l_report_req_status IN('PROCESS_COMPLETE', 'PROCESS_COMPLETE_ERRORS'))) THEN
7771: print( l_api_name, 'updating the status');
7772: --Added by kthiruva for Debugging
7773: write_to_log('Prior to the call to update_contract_status');
7774: okl_contract_status_pub.update_contract_status(
7775: l_api_version,
7776: p_init_msg_list,
7777: x_return_status,
7778: x_msg_count,

Line 7837: okl_contract_status_pub.update_contract_status(

7833: ELSE
7834: --PAGARG 25-Feb-2005 Bug 4037658 ends
7835:
7836: print( l_api_name, 'updating the status');
7837: okl_contract_status_pub.update_contract_status(
7838: l_api_version,
7839: p_init_msg_list,
7840: x_return_status,
7841: x_msg_count,

Line 19706: okl_contract_status_pub.get_contract_status(l_api_version,

19702: p_app_name => G_APP_NAME,
19703: p_msg_name => 'OKL_LLA_NO_STRM_TMPLTC');
19704: return;
19705: END IF;
19706: okl_contract_status_pub.get_contract_status(l_api_version,
19707: p_init_msg_list,
19708: x_return_status,
19709: x_msg_count,
19710: x_msg_data,

Line 19714: OKL_CONTRACT_STATUS_PUB.G_K_STRMGEN,

19710: x_msg_data,
19711: l_isStrmGenAllowed,
19712: l_passStatus,
19713: l_failStatus,
19714: OKL_CONTRACT_STATUS_PUB.G_K_STRMGEN,
19715: p_chr_id);
19716: If ( NOT (l_isStrmGenAllowed )) then
19717: x_return_status := OKL_API.G_RET_STS_ERROR;
19718: okl_api.set_message(

Line 19720: p_msg_name => OKL_CONTRACT_STATUS_PUB.G_CANNOT_GENSTRMS);

19716: If ( NOT (l_isStrmGenAllowed )) then
19717: x_return_status := OKL_API.G_RET_STS_ERROR;
19718: okl_api.set_message(
19719: p_app_name => G_APP_NAME,
19720: p_msg_name => OKL_CONTRACT_STATUS_PUB.G_CANNOT_GENSTRMS);
19721: return;
19722: ElsIf (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) then
19723: raise OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
19724: ElSIF (x_return_status = OKL_API.G_RET_STS_ERROR) then

Line 19826: p_msg_name => OKL_CONTRACT_STATUS_PUB.G_GENSTRMS_REQ_FAILED);

19822:
19823: If (x_return_status <> OKL_API.G_RET_STS_SUCCESS) then
19824: okl_api.set_message(
19825: p_app_name => G_APP_NAME,
19826: p_msg_name => OKL_CONTRACT_STATUS_PUB.G_GENSTRMS_REQ_FAILED);
19827: raise OKL_API.G_EXCEPTION_ERROR;
19828: End If;
19829:
19830: ELSIF (INSTR(l_hdr_rec.deal_type, 'LOAN') > 0) THEN

Line 19882: p_msg_name => OKL_CONTRACT_STATUS_PUB.G_GENSTRMS_REQ_FAILED);

19878:
19879: If (x_return_status <> OKL_API.G_RET_STS_SUCCESS) then
19880: okl_api.set_message(
19881: p_app_name => G_APP_NAME,
19882: p_msg_name => OKL_CONTRACT_STATUS_PUB.G_GENSTRMS_REQ_FAILED);
19883: raise OKL_API.G_EXCEPTION_ERROR;
19884: End If;
19885: ELSE
19886: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 20282: okl_contract_status_pub.update_contract_status(

20278: raise OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
20279: ElSIF (l_return_status = OKC_API.G_RET_STS_ERROR) then
20280: raise OKC_API.G_EXCEPTION_ERROR;
20281: End If;
20282: okl_contract_status_pub.update_contract_status(
20283: l_api_version,
20284: p_init_msg_list,
20285: x_return_status,
20286: x_msg_count,

Line 20529: okl_contract_status_pub.update_contract_status(

20525:
20526: ENd If;
20527: --Added by kthiruva on 09-Oct-2007 for Bug 6476425
20528: --Updating the contract status to Complete
20529: okl_contract_status_pub.update_contract_status(
20530: l_api_version,
20531: p_init_msg_list,
20532: x_return_status,
20533: x_msg_count,