DBA Data[Home] [Help]

APPS.OKL_AM_SERVICE_K_INT_WF dependencies on OKL_API

Line 33: -- This set_message is used instead of the standard OKL_API.set_message

29: --
30: -- Procedure Name : set_message
31: -- Desciption : Sets the message with tokens
32: -- Does NOT put the message on the message stack
33: -- This set_message is used instead of the standard OKL_API.set_message
34: -- because the OKL_API.set_message puts the message on message stack after
35: -- which it cannot be retrieved using FND_MESSAGE.get
36: -- Business Rules :
37: -- Parameters :

Line 34: -- because the OKL_API.set_message puts the message on message stack after

30: -- Procedure Name : set_message
31: -- Desciption : Sets the message with tokens
32: -- Does NOT put the message on the message stack
33: -- This set_message is used instead of the standard OKL_API.set_message
34: -- because the OKL_API.set_message puts the message on message stack after
35: -- which it cannot be retrieved using FND_MESSAGE.get
36: -- Business Rules :
37: -- Parameters :
38: -- Version : 1.0

Line 590: OR p_quote_id = OKL_API.G_MISS_NUM THEN

586: BEGIN
587:
588: -- IF no Quote ID passed then Full Termination
589: IF p_quote_id IS NULL
590: OR p_quote_id = OKL_API.G_MISS_NUM THEN
591:
592: -- Get the serviced assets for the contract
593: FOR get_k_serviced_assets_rec IN get_k_serviced_assets_csr(p_khr_id) LOOP
594:

Line 742: FND_MESSAGE.SET_NAME('OKL', 'OKL_API_OTHERS_EXCEP');

738: l_parameter_list.DELETE;
739:
740: EXCEPTION
741: WHEN OTHERS THEN
742: FND_MESSAGE.SET_NAME('OKL', 'OKL_API_OTHERS_EXCEP');
743: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
744: FND_MSG_PUB.ADD;
745: IF okl_key_csr%ISOPEN THEN
746: CLOSE okl_key_csr;

Line 1001: OR l_oks_chr_id = OKL_API.G_MISS_NUM THEN

997:
998: -- RMUNJULU 23-DEC-03 SERVICE K UPDATES Added condition
999: -- If No OKS Contract ID was set to the WF then get it now
1000: IF l_oks_chr_id IS NULL
1001: OR l_oks_chr_id = OKL_API.G_MISS_NUM THEN
1002:
1003: -- Get the linked lease details
1004: OKL_SERVICE_INTEGRATION_PVT.check_service_link (
1005: p_api_version => l_api_version,