DBA Data[Home] [Help]

APPS.IEX_CASE_INFO_PUB dependencies on OKL_SEEDED_FUNCTIONS_PVT

Line 329: l_oec_amt := OKL_SEEDED_FUNCTIONS_PVT.contract_oec(p_chr_id => l_contract_id,

325: --jsanju comment for bug #-2605083
326: -- raverma 04252003 uncomment for bug#2924455
327: --( l_oec_amt is intialized to zero)
328: l_oec_amt := 0;
329: l_oec_amt := OKL_SEEDED_FUNCTIONS_PVT.contract_oec(p_chr_id => l_contract_id,
330: p_line_id => null);
331: if PG_DEBUG < 10 then
332: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
333: IEX_DEBUG_PUB.LogMessage('ContractID: ' || l_contract_id || ' OEC Amt: ' || l_oec_amt);

Line 434: l_tradein_amt := OKL_SEEDED_FUNCTIONS_PVT.contract_tradein(p_chr_id => l_contract_id,

430: */
431: -- raverma 04252003 uncomment #2924455
432: l_tradein_amt := 0;
433:
434: l_tradein_amt := OKL_SEEDED_FUNCTIONS_PVT.contract_tradein(p_chr_id => l_contract_id,
435: p_line_id => null);
436: if PG_DEBUG < 10 then
437: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
438: IEX_DEBUG_PUB.LogMessage('ContractID: ' || l_contract_id || ' TradeinAmt: ' || l_tradein_amt);

Line 535: l_capred_amt := OKL_SEEDED_FUNCTIONS_PVT.contract_capital_reduction(p_chr_id => l_contract_id,

531: -- ( l_capred_amt is intialized to zero)
532: -- raverma 04252003 uncomment #2924455
533:
534: l_capred_amt := 0;
535: l_capred_amt := OKL_SEEDED_FUNCTIONS_PVT.contract_capital_reduction(p_chr_id => l_contract_id,
536: p_line_id => null);
537: if PG_DEBUG < 10 then
538: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
539: IEX_DEBUG_PUB.LogMessage('ContractID: ' || l_contract_id || ' CapRed_Amt: ' || l_capred_amt);

Line 637: l_feecap_amt := OKL_SEEDED_FUNCTIONS_PVT.contract_fees_capitalized(p_chr_id => l_contract_id,

633: -- ( l_feecap_amt is intialized to zero)
634: -- raverma 04252003 uncomment #2924455
635:
636: l_feecap_amt := 0;
637: l_feecap_amt := OKL_SEEDED_FUNCTIONS_PVT.contract_fees_capitalized(p_chr_id => l_contract_id,
638: p_line_id => null);
639: if PG_DEBUG < 10 then
640: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
641: IEX_DEBUG_PUB.LogMessage('ContractID: ' || l_contract_id || ' FeeCap_Amt: ' || l_feecap_amt);