DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_QUOTE_PVT dependencies on FND_API

Line 2696: -- get the phase using FND API

2692: CLOSE conc_details_csr;
2693:
2694: IF l_conc_req_found = 'Y' THEN
2695:
2696: -- get the phase using FND API
2697: l_success := FND_CONCURRENT.get_request_status(
2698: request_id => conc_details_rec.request_id,
2699: phase => l_phase_meaning,
2700: status => l_status_meaning,

Line 2737: p_commit => FND_API.G_FALSE,

2733: p_init_msg_list => OKL_API.G_FALSE,
2734: x_return_status => l_return_status,
2735: x_msg_count => x_msg_count,
2736: x_msg_data => x_msg_data,
2737: p_commit => FND_API.G_FALSE,
2738: p_contract_number => l_contract_number,
2739: p_from_bill_date => null,
2740: p_to_bill_date => l_date_eff_from, -- do billing till quote effective from
2741: p_cust_acct_id => null,

Line 2880: -- get the phase using FND API

2876: CLOSE conc_details_csr;
2877:
2878: IF l_conc_req_found = 'Y' THEN
2879:
2880: -- get the phase using FND API
2881: l_success := FND_CONCURRENT.get_request_status(
2882: request_id => conc_details_rec.request_id,
2883: phase => l_phase_meaning,
2884: status => l_status_meaning,