DBA Data[Home] [Help]

APPS.OKL_SETUPPOPTIONS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 200: l_token_1 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_PRODUCT_OPTION_SERCH',

196: BEGIN
197: x_valid := TRUE;
198: x_return_status := Okl_Api.G_RET_STS_SUCCESS;
199:
200: l_token_1 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_PRODUCT_OPTION_SERCH',
201: p_attribute_code => 'OKL_PRODUCT_OPTIONS');
202:
203:
204: l_token_2 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_PRODUCT_SERCH',

Line 204: l_token_2 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_PRODUCT_SERCH',

200: l_token_1 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_PRODUCT_OPTION_SERCH',
201: p_attribute_code => 'OKL_PRODUCT_OPTIONS');
202:
203:
204: l_token_2 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_PRODUCT_SERCH',
205: p_attribute_code => 'OKL_PRODUCTS');
206:
207: l_token_3 := l_token_1 ||','||l_token_2;
208:

Line 210: l_token_4 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_OPTION_SERCH',

206:
207: l_token_3 := l_token_1 ||','||l_token_2;
208:
209:
210: l_token_4 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_OPTION_SERCH',
211: p_attribute_code => 'OKL_OPTIONS');
212:
213:
214: l_token_5 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

Line 214: l_token_5 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

210: l_token_4 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_OPTION_SERCH',
211: p_attribute_code => 'OKL_OPTIONS');
212:
213:
214: l_token_5 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
215: p_attribute_code => 'OKL_KDTLS_CONTRACT');
216:
217: l_token_6 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_OPTION_CRUPD',
218: p_attribute_code => 'OKL_OPTION');

Line 217: l_token_6 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_OPTION_CRUPD',

213:
214: l_token_5 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
215: p_attribute_code => 'OKL_KDTLS_CONTRACT');
216:
217: l_token_6 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_OPTION_CRUPD',
218: p_attribute_code => 'OKL_OPTION');
219:
220:
221: -- Check for pqvv valid dates

Line 404: l_token_1 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_OPTION_CRUPD',

400: BEGIN
401: -- initialize return status
402: x_return_status := Okl_Api.G_RET_STS_SUCCESS;
403:
404: l_token_1 := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LP_OPTION_CRUPD',
405: p_attribute_code => 'OKL_OPTION');
406:
407: IF p_ponv_rec.opt_id = Okl_Api.G_MISS_NUM OR
408: p_ponv_rec.opt_id IS NULL