DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_QUOTE_PVT dependencies on FND_API

Line 2904: -- get the phase using FND API

2900: CLOSE conc_details_csr;
2901:
2902: IF l_conc_req_found = 'Y' THEN
2903:
2904: -- get the phase using FND API
2905: l_success := FND_CONCURRENT.get_request_status(
2906: request_id => conc_details_rec.request_id,
2907: phase => l_phase_meaning,
2908: status => l_status_meaning,

Line 2945: p_commit => FND_API.G_FALSE,

2941: p_init_msg_list => OKL_API.G_FALSE,
2942: x_return_status => l_return_status,
2943: x_msg_count => x_msg_count,
2944: x_msg_data => x_msg_data,
2945: p_commit => FND_API.G_FALSE,
2946: p_contract_number => l_contract_number,
2947: p_from_bill_date => null,
2948: p_to_bill_date => l_date_eff_from, -- do billing till quote effective from
2949: p_cust_acct_id => null,

Line 3090: -- get the phase using FND API

3086: CLOSE conc_details_csr;
3087:
3088: IF l_conc_req_found = 'Y' THEN
3089:
3090: -- get the phase using FND API
3091: l_success := FND_CONCURRENT.get_request_status(
3092: request_id => conc_details_rec.request_id,
3093: phase => l_phase_meaning,
3094: status => l_status_meaning,