DBA Data[Home] [Help]

APPS.OKS_RENEW_CONTRACT_PVT dependencies on OKC_API

Line 1578: x_return_status := OKC_API.g_ret_sts_warning;

1574: IF (FND_LOG.level_event >= FND_LOG.g_current_runtime_level) THEN
1575: FND_LOG.message(FND_LOG.level_event, l_mod_name || '.org_id_match', FALSE);
1576: END IF;
1577: FND_MSG_PUB.add;
1578: x_return_status := OKC_API.g_ret_sts_warning;
1579: RETURN;
1580: END IF;
1581:
1582: --get the party role id, rle_code for vendor/merchant

Line 2245: l_sllv_tbl(l_sll_ctr).id := OKC_API.g_miss_num;

2241: EXIT WHEN (l_hdr_strlvl_tbl.count = 0);
2242:
2243: FOR i IN l_hdr_strlvl_tbl.first..l_hdr_strlvl_tbl.last LOOP
2244: l_sll_ctr := l_sll_ctr + 1;
2245: l_sllv_tbl(l_sll_ctr).id := OKC_API.g_miss_num;
2246: l_sllv_tbl(l_sll_ctr).chr_id := p_chr_id;
2247: l_sllv_tbl(l_sll_ctr).cle_id := null;
2248: l_sllv_tbl(l_sll_ctr).dnz_chr_id := p_chr_id;
2249: l_sllv_tbl(l_sll_ctr).sequence_no := l_hdr_strlvl_tbl(i).sequence_no;

Line 3786: p_init_msg_list => OKC_API.G_FALSE,

3782: END IF;
3783:
3784: OKC_K_RENEW_ASMBLR_PVT.acn_assemble(
3785: p_api_version => 1,
3786: p_init_msg_list => OKC_API.G_FALSE,
3787: x_return_status => x_return_status,
3788: x_msg_count => x_msg_count,
3789: x_msg_data => x_msg_data,
3790: p_k_class => l_cls_code,

Line 5365: IF x_return_status = OKC_API.g_ret_sts_warning THEN -- 'W'

5361: RAISE FND_API.g_exc_error;
5362: END IF;
5363:
5364: --sales credit and copy are the 2 places we can return with a warning
5365: IF x_return_status = OKC_API.g_ret_sts_warning THEN -- 'W'
5366: l_warnings := TRUE;
5367: END IF;
5368: --end copy contract
5369:

Line 5702: IF x_return_status = OKC_API.g_ret_sts_warning THEN -- 'W'

5698: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.sales_credits', 'after call to process_sales_credit, x_return_status='||x_return_status);
5699: END IF;
5700:
5701: --sales credit and copy are the 2 places we can return with a warning
5702: IF x_return_status = OKC_API.g_ret_sts_warning THEN -- 'W'
5703: l_warnings := TRUE;
5704: END IF;
5705: --end of sales credits
5706:

Line 5829: x_return_status := OKC_API.G_RET_STS_WARNING;

5825: END IF;
5826: --end of update contract
5827:
5828: IF (l_warnings) THEN
5829: x_return_status := OKC_API.G_RET_STS_WARNING;
5830: END IF;
5831:
5832: --standard check of p_commit
5833: IF FND_API.to_boolean( p_commit ) THEN