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 1338: p_init_msg_list => fnd_api.g_false,

1334: l_tcnv_rec.id := l_trx_id;
1335: l_tcnv_rec.tsu_code := l_status;
1336:
1337: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
1338: p_init_msg_list => fnd_api.g_false,
1339: x_return_status => l_return_status,
1340: x_msg_count => l_msg_count,
1341: x_msg_data => l_msg_data,
1342: p_tcnv_rec => l_tcnv_rec,

Line 1437: p_init_msg_list => fnd_api.g_false,

1433: l_tcnv_rec.tsu_code := l_status;
1434: l_tcnv_rec.rjn_code := l_rjn_code;
1435:
1436: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
1437: p_init_msg_list => fnd_api.g_false,
1438: x_return_status => l_return_status,
1439: x_msg_count => l_msg_count,
1440: x_msg_data => l_msg_data,
1441: p_tcnv_rec => l_tcnv_rec,

Line 1548: p_init_msg_list => fnd_api.g_false,

1544: l_tcnv_rec.rjn_code := l_rjn_code;
1545:
1546:
1547: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
1548: p_init_msg_list => fnd_api.g_false,
1549: x_return_status => l_return_status,
1550: x_msg_count => l_msg_count,
1551: x_msg_data => l_msg_data,
1552: p_tcnv_rec => l_tcnv_rec,

Line 1685: p_init_msg_list => fnd_api.g_false,

1681: l_tcnv_rec.rjn_code := l_rjn_code;
1682:
1683:
1684: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
1685: p_init_msg_list => fnd_api.g_false,
1686: x_return_status => l_return_status,
1687: x_msg_count => l_msg_count,
1688: x_msg_data => l_msg_data,
1689: p_tcnv_rec => l_tcnv_rec,

Line 2156: p_init_msg_list => fnd_api.g_false,

2152: l_tcnv_rec.tsu_code := l_sts_code;
2153: l_tcnv_rec.rjn_code := l_rjn_code;
2154:
2155: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
2156: p_init_msg_list => fnd_api.g_false,
2157: x_return_status => l_return_status,
2158: x_msg_count => l_msg_count,
2159: x_msg_data => l_msg_data,
2160: p_tcnv_rec => l_tcnv_rec,

Line 2329: p_init_msg_list => fnd_api.g_false,

2325: l_tcnv_rec.tsu_code := l_sts_code;
2326: l_tcnv_rec.rjn_code := l_rjn_code;
2327:
2328: OKL_TRX_CONTRACTS_PUB.update_trx_contracts(p_api_version => l_api_version,
2329: p_init_msg_list => fnd_api.g_false,
2330: x_return_status => l_return_status,
2331: x_msg_count => l_msg_count,
2332: x_msg_data => l_msg_data,
2333: p_tcnv_rec => l_tcnv_rec,

Line 3605: p_init_msg_list => fnd_api.g_false,

3601:
3602: --call the API here.
3603: okl_cs_principal_paydown_pvt.invoice_bill_apply
3604: (p_api_version => l_api_version,
3605: p_init_msg_list => fnd_api.g_false,
3606: x_return_status => l_return_status,
3607: x_msg_count => l_msg_count,
3608: x_msg_data => l_msg_data,
3609: p_khr_id => l_khr_id,

Line 3710: p_init_msg_list => fnd_api.g_false,

3706:
3707: -- Call the public API for updation here.
3708: okl_trx_requests_pub.update_trx_requests(
3709: p_api_version => l_api_version,
3710: p_init_msg_list => fnd_api.g_false,
3711: x_return_status => l_return_status,
3712: x_msg_count => l_msg_count,
3713: x_msg_data => l_msg_data,
3714: p_trqv_rec => l_trqv_rec,

Line 3968: p_init_msg_list => fnd_api.g_false,

3964: l_transaction_source := 'LEASE_CENTER'; -- vpanwar for bug no 6334774
3965:
3966:
3967: okl_credit_memo_pub.insert_request(p_api_version => l_api_version,
3968: p_init_msg_list => fnd_api.g_false,
3969: -- p_lsm_id => l_lsm_id,
3970: p_tld_id => l_lsm_id,
3971: p_credit_amount => l_credit_amount,
3972: p_credit_sty_id => l_sty_id,

Line 4077: p_init_msg_list =>fnd_api.g_false,

4073:
4074: -- Call the public API for updation here.
4075: okl_trx_requests_pub.update_trx_requests(
4076: p_api_version => l_api_version,
4077: p_init_msg_list =>fnd_api.g_false,
4078: x_return_status => l_return_status,
4079: x_msg_count => l_msg_count,
4080: x_msg_data => l_msg_data,
4081: p_trqv_rec => l_trqv_rec,

Line 4177: p_init_msg_list =>fnd_api.g_false,

4173:
4174: -- Call the public API for updation here.
4175: okl_trx_requests_pub.update_trx_requests(
4176: p_api_version => l_api_version,
4177: p_init_msg_list =>fnd_api.g_false,
4178: x_return_status => l_return_status,
4179: x_msg_count => l_msg_count,
4180: x_msg_data => l_msg_data,
4181: p_trqv_rec => l_trqv_rec,

Line 4285: p_init_msg_list =>fnd_api.g_false,

4281:
4282: -- Call the public API for updation here.
4283: okl_trx_requests_pub.update_trx_requests(
4284: p_api_version => l_api_version,
4285: p_init_msg_list =>fnd_api.g_false,
4286: x_return_status => l_return_status,
4287: x_msg_count => l_msg_count,
4288: x_msg_data => l_msg_data,
4289: p_trqv_rec => l_trqv_rec,

Line 4384: p_init_msg_list =>fnd_api.g_false,

4380:
4381: -- Call the public API for updation here.
4382: okl_trx_requests_pub.update_trx_requests(
4383: p_api_version => l_api_version,
4384: p_init_msg_list =>fnd_api.g_false,
4385: x_return_status => l_return_status,
4386: x_msg_count => l_msg_count,
4387: x_msg_data => l_msg_data,
4388: p_trqv_rec => l_trqv_rec,