DBA Data[Home] [Help]

APPS.OKL_CS_WF dependencies on FND_API

Line 35: l_temp_msg := fnd_msg_pub.get(fnd_msg_pub.g_next, fnd_api.g_true);

31: and lng.language_id = x_lang_id;
32: BEGIN
33: FOR l_count in 1..p_message_count LOOP
34:
35: l_temp_msg := fnd_msg_pub.get(fnd_msg_pub.g_next, fnd_api.g_true);
36: fnd_message.parse_encoded(l_temp_msg, l_appl_short_name, l_message_name);
37: OPEN Get_Appl_Id (l_appl_short_name);
38: FETCH Get_Appl_Id into l_id;
39: CLOSE Get_Appl_Id;

Line 50: l_temp_msg := fnd_msg_pub.get(fnd_msg_pub.g_previous, fnd_api.g_true);

46: FETCH Get_Message_Num into l_message_num;
47: CLOSE Get_Message_Num;
48: END IF;
49:
50: l_temp_msg := fnd_msg_pub.get(fnd_msg_pub.g_previous, fnd_api.g_true);
51:
52: IF NVL(l_message_num, 0) <> 0
53: THEN
54: l_temp_msg := 'APP-' || to_char(l_message_num) || ': ';

Line 62: fnd_msg_pub.get(fnd_msg_pub.g_first, fnd_api.g_false);

58:
59: IF l_count = 1
60: THEN
61: l_msg_list := l_msg_list || l_temp_msg ||
62: fnd_msg_pub.get(fnd_msg_pub.g_first, fnd_api.g_false);
63: ELSE
64: l_msg_list := l_msg_list || l_temp_msg ||
65: fnd_msg_pub.get(fnd_msg_pub.g_next, fnd_api.g_false);
66: END IF;

Line 65: fnd_msg_pub.get(fnd_msg_pub.g_next, fnd_api.g_false);

61: l_msg_list := l_msg_list || l_temp_msg ||
62: fnd_msg_pub.get(fnd_msg_pub.g_first, fnd_api.g_false);
63: ELSE
64: l_msg_list := l_msg_list || l_temp_msg ||
65: fnd_msg_pub.get(fnd_msg_pub.g_next, fnd_api.g_false);
66: END IF;
67:
68: l_msg_list := l_msg_list || '';
69:

Line 139: p_init_msg_list =>fnd_api.g_false,

135: aname => 'TAS_ID');
136:
137: okl_equipment_exchange_pub.exchange(
138: p_api_version =>l_api_version,
139: p_init_msg_list =>fnd_api.g_false,
140: p_tas_id =>l_tas_id,
141: x_return_status =>l_return_status,
142: x_msg_count =>l_msg_count,
143: x_msg_data =>l_msg_data);

Line 1329: p_init_msg_list => fnd_api.g_false,

1325: l_tcnv_rec.id := l_trx_id;
1326: l_tcnv_rec.tsu_code := l_status;
1327:
1328: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
1329: p_init_msg_list => fnd_api.g_false,
1330: x_return_status => l_return_status,
1331: x_msg_count => l_msg_count,
1332: x_msg_data => l_msg_data,
1333: p_tcnv_rec => l_tcnv_rec,

Line 1428: p_init_msg_list => fnd_api.g_false,

1424: l_tcnv_rec.tsu_code := l_status;
1425: l_tcnv_rec.rjn_code := l_rjn_code;
1426:
1427: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
1428: p_init_msg_list => fnd_api.g_false,
1429: x_return_status => l_return_status,
1430: x_msg_count => l_msg_count,
1431: x_msg_data => l_msg_data,
1432: p_tcnv_rec => l_tcnv_rec,

Line 1539: p_init_msg_list => fnd_api.g_false,

1535: l_tcnv_rec.rjn_code := l_rjn_code;
1536:
1537:
1538: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
1539: p_init_msg_list => fnd_api.g_false,
1540: x_return_status => l_return_status,
1541: x_msg_count => l_msg_count,
1542: x_msg_data => l_msg_data,
1543: p_tcnv_rec => l_tcnv_rec,

Line 1676: p_init_msg_list => fnd_api.g_false,

1672: l_tcnv_rec.rjn_code := l_rjn_code;
1673:
1674:
1675: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
1676: p_init_msg_list => fnd_api.g_false,
1677: x_return_status => l_return_status,
1678: x_msg_count => l_msg_count,
1679: x_msg_data => l_msg_data,
1680: p_tcnv_rec => l_tcnv_rec,

Line 2147: p_init_msg_list => fnd_api.g_false,

2143: l_tcnv_rec.tsu_code := l_sts_code;
2144: l_tcnv_rec.rjn_code := l_rjn_code;
2145:
2146: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
2147: p_init_msg_list => fnd_api.g_false,
2148: x_return_status => l_return_status,
2149: x_msg_count => l_msg_count,
2150: x_msg_data => l_msg_data,
2151: p_tcnv_rec => l_tcnv_rec,

Line 2320: p_init_msg_list => fnd_api.g_false,

2316: l_tcnv_rec.tsu_code := l_sts_code;
2317: l_tcnv_rec.rjn_code := l_rjn_code;
2318:
2319: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
2320: p_init_msg_list => fnd_api.g_false,
2321: x_return_status => l_return_status,
2322: x_msg_count => l_msg_count,
2323: x_msg_data => l_msg_data,
2324: p_tcnv_rec => l_tcnv_rec,

Line 3596: p_init_msg_list => fnd_api.g_false,

3592:
3593: --call the API here.
3594: okl_cs_principal_paydown_pvt.invoice_bill_apply
3595: (p_api_version => l_api_version,
3596: p_init_msg_list => fnd_api.g_false,
3597: x_return_status => l_return_status,
3598: x_msg_count => l_msg_count,
3599: x_msg_data => l_msg_data,
3600: p_khr_id => l_khr_id,

Line 3701: p_init_msg_list => fnd_api.g_false,

3697:
3698: -- Call the public API for updation here.
3699: okl_trx_requests_pub.update_trx_requests(
3700: p_api_version => l_api_version,
3701: p_init_msg_list => fnd_api.g_false,
3702: x_return_status => l_return_status,
3703: x_msg_count => l_msg_count,
3704: x_msg_data => l_msg_data,
3705: p_trqv_rec => l_trqv_rec,

Line 3959: p_init_msg_list => fnd_api.g_false,

3955: l_transaction_source := 'LEASE_CENTER'; -- vpanwar for bug no 6334774
3956:
3957:
3958: okl_credit_memo_pub.insert_request(p_api_version => l_api_version,
3959: p_init_msg_list => fnd_api.g_false,
3960: -- p_lsm_id => l_lsm_id,
3961: p_tld_id => l_lsm_id,
3962: p_credit_amount => l_credit_amount,
3963: p_credit_sty_id => l_sty_id,

Line 4068: p_init_msg_list =>fnd_api.g_false,

4064:
4065: -- Call the public API for updation here.
4066: okl_trx_requests_pub.update_trx_requests(
4067: p_api_version => l_api_version,
4068: p_init_msg_list =>fnd_api.g_false,
4069: x_return_status => l_return_status,
4070: x_msg_count => l_msg_count,
4071: x_msg_data => l_msg_data,
4072: p_trqv_rec => l_trqv_rec,

Line 4168: p_init_msg_list =>fnd_api.g_false,

4164:
4165: -- Call the public API for updation here.
4166: okl_trx_requests_pub.update_trx_requests(
4167: p_api_version => l_api_version,
4168: p_init_msg_list =>fnd_api.g_false,
4169: x_return_status => l_return_status,
4170: x_msg_count => l_msg_count,
4171: x_msg_data => l_msg_data,
4172: p_trqv_rec => l_trqv_rec,

Line 4276: p_init_msg_list =>fnd_api.g_false,

4272:
4273: -- Call the public API for updation here.
4274: okl_trx_requests_pub.update_trx_requests(
4275: p_api_version => l_api_version,
4276: p_init_msg_list =>fnd_api.g_false,
4277: x_return_status => l_return_status,
4278: x_msg_count => l_msg_count,
4279: x_msg_data => l_msg_data,
4280: p_trqv_rec => l_trqv_rec,

Line 4375: p_init_msg_list =>fnd_api.g_false,

4371:
4372: -- Call the public API for updation here.
4373: okl_trx_requests_pub.update_trx_requests(
4374: p_api_version => l_api_version,
4375: p_init_msg_list =>fnd_api.g_false,
4376: x_return_status => l_return_status,
4377: x_msg_count => l_msg_count,
4378: x_msg_data => l_msg_data,
4379: p_trqv_rec => l_trqv_rec,