DBA Data[Home] [Help]

APPS.OKL_FUNDING_WF dependencies on OKL_FUNDING_PVT

Line 220: IF (r_tap.funding_type_code = OKL_FUNDING_PVT.G_PREFUNDING_TYPE_CODE

216: END IF;
217:
218: --Bug# 5690875: Update contract status to 'Incomplete'
219: -- when Pre-funding request is Approved
220: IF (r_tap.funding_type_code = OKL_FUNDING_PVT.G_PREFUNDING_TYPE_CODE
221: AND l_tapv_rec.trx_status_code = 'APPROVED') THEN
222:
223: OKL_CONTRACT_STATUS_PUB.cascade_lease_status_edit
224: (p_api_version => p_api_version,

Line 251: OKL_FUNDING_PVT.CREATE_ACCOUNTING_DIST

247: EXIT WHEN fund_line_csr%NOTFOUND;
248: */
249: --start:| 21-May-2007 cklee OKLR12B Accounting CR |
250:
251: OKL_FUNDING_PVT.CREATE_ACCOUNTING_DIST
252: (p_api_version => p_api_version,
253: p_init_msg_list => p_init_msg_list,
254: x_return_status => x_return_status,
255: x_msg_count => x_msg_count,

Line 278: IF (r_tap.FUNDING_TYPE_CODE = OKL_FUNDING_PVT.G_ASSET_TYPE_CODE) THEN

274:
275: -------------------------------------------------------------
276: -- create subsidy entries for 11.5.10
277: -------------------------------------------------------------
278: IF (r_tap.FUNDING_TYPE_CODE = OKL_FUNDING_PVT.G_ASSET_TYPE_CODE) THEN
279:
280: OKL_FUNDING_PVT.create_fund_asset_subsidies(
281: p_api_version => p_api_version,
282: p_init_msg_list => p_init_msg_list,

Line 280: OKL_FUNDING_PVT.create_fund_asset_subsidies(

276: -- create subsidy entries for 11.5.10
277: -------------------------------------------------------------
278: IF (r_tap.FUNDING_TYPE_CODE = OKL_FUNDING_PVT.G_ASSET_TYPE_CODE) THEN
279:
280: OKL_FUNDING_PVT.create_fund_asset_subsidies(
281: p_api_version => p_api_version,
282: p_init_msg_list => p_init_msg_list,
283: x_return_status => x_return_status,
284: x_msg_count => x_msg_count,

Line 980: NVL(OKL_FUNDING_PVT.get_contract_line_funded_amt(r_funding_req.id,

976: || '
977: '|| G_AMP_SIGN ||'nbsp;
978: '
979: || OKL_ACCOUNTING_UTIL.format_amount(
980: NVL(OKL_FUNDING_PVT.get_contract_line_funded_amt(r_funding_req.id,
981: r_funding_req.funding_type_code),0),
982: r_funding_req.currency_code)
983: || '

984: '|| G_AMP_SIGN ||'nbsp;

Line 997: NVL(OKL_FUNDING_PVT.get_chr_canbe_funded_rem(r_funding_req.contract_id),0),

993: || '
994: '|| G_AMP_SIGN ||'nbsp;
995: '
996: || OKL_ACCOUNTING_UTIL.format_amount(
997: NVL(OKL_FUNDING_PVT.get_chr_canbe_funded_rem(r_funding_req.contract_id),0),
998: r_funding_req.currency_code)
999: || '

1000: '|| G_AMP_SIGN ||'nbsp;
1001: ';