DBA Data[Home] [Help]

APPS.OKL_FUNDING_WF dependencies on OKL_FUNDING_PVT

Line 226: OKL_FUNDING_PVT.CREATE_ACCOUNTING_DIST

222: EXIT WHEN fund_line_csr%NOTFOUND;
223: */
224: --start:| 21-May-2007 cklee OKLR12B Accounting CR |
225:
226: OKL_FUNDING_PVT.CREATE_ACCOUNTING_DIST
227: (p_api_version => p_api_version,
228: p_init_msg_list => p_init_msg_list,
229: x_return_status => x_return_status,
230: x_msg_count => x_msg_count,

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

249:
250: -------------------------------------------------------------
251: -- create subsidy entries for 11.5.10
252: -------------------------------------------------------------
253: IF (r_tap.FUNDING_TYPE_CODE = OKL_FUNDING_PVT.G_ASSET_TYPE_CODE) THEN
254:
255: OKL_FUNDING_PVT.create_fund_asset_subsidies(
256: p_api_version => p_api_version,
257: p_init_msg_list => p_init_msg_list,

Line 255: OKL_FUNDING_PVT.create_fund_asset_subsidies(

251: -- create subsidy entries for 11.5.10
252: -------------------------------------------------------------
253: IF (r_tap.FUNDING_TYPE_CODE = OKL_FUNDING_PVT.G_ASSET_TYPE_CODE) THEN
254:
255: OKL_FUNDING_PVT.create_fund_asset_subsidies(
256: p_api_version => p_api_version,
257: p_init_msg_list => p_init_msg_list,
258: x_return_status => x_return_status,
259: x_msg_count => x_msg_count,

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

934: || '
935: '|| G_AMP_SIGN ||'nbsp;
936: '
937: || OKL_ACCOUNTING_UTIL.format_amount(
938: NVL(OKL_FUNDING_PVT.get_contract_line_funded_amt(r_funding_req.id,
939: r_funding_req.funding_type_code),0),
940: r_funding_req.currency_code)
941: || '

942: '|| G_AMP_SIGN ||'nbsp;

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

951: || '
952: '|| G_AMP_SIGN ||'nbsp;
953: '
954: || OKL_ACCOUNTING_UTIL.format_amount(
955: NVL(OKL_FUNDING_PVT.get_chr_canbe_funded_rem(r_funding_req.contract_id),0),
956: r_funding_req.currency_code)
957: || '

958: '|| G_AMP_SIGN ||'nbsp;
959: ';