DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 1556: l_func_currency := okl_accounting_util.get_func_curr_code();

1552: End If;
1553: End If;
1554: End If;
1555:
1556: l_func_currency := okl_accounting_util.get_func_curr_code();
1557:
1558: --dbms_output.put_line('Func Curr: '||l_func_currency);
1559: --dbms_output.put_line('Trans Curr Code: '|| p_chrv_rec.currency_code);
1560: --dbms_output.put_line('Trans Curr Rate: '|| p_khrv_rec.currency_conversion_rate);

Line 1637: l_khrv_rec.currency_conversion_rate := okl_accounting_util.get_curr_con_rate(

1633:
1634:
1635: ELSE -- conversion_type <> 'User'
1636:
1637: l_khrv_rec.currency_conversion_rate := okl_accounting_util.get_curr_con_rate(
1638: p_from_curr_code => l_chrv_rec.currency_code,
1639: p_to_curr_code => l_func_currency,
1640: p_con_date => l_khrv_rec.currency_conversion_date,
1641: p_con_type => l_khrv_rec.currency_conversion_type

Line 5715: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5711: AND
5712: p_klev_rec.amount <> OKL_API.G_MISS_NUM) THEN
5713:
5714: l_conv_amount := NULL;
5715: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5716: p_amount => p_klev_rec.amount,
5717: p_currency_code => l_currency_code
5718: );
5719:

Line 5728: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5724: AND
5725: p_klev_rec.amount_stake<> OKL_API.G_MISS_NUM) THEN
5726:
5727: l_conv_amount := NULL;
5728: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5729: p_amount => p_klev_rec.amount_stake,
5730: p_currency_code => l_currency_code
5731: );
5732:

Line 5741: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5737: AND
5738: p_klev_rec.appraisal_value <> OKL_API.G_MISS_NUM) THEN
5739:
5740: l_conv_amount := NULL;
5741: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5742: p_amount => p_klev_rec.appraisal_value,
5743: p_currency_code => l_currency_code
5744: );
5745:

Line 5754: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5750: AND
5751: p_klev_rec.capital_amount <> OKL_API.G_MISS_NUM) THEN
5752:
5753: l_conv_amount := NULL;
5754: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5755: p_amount => p_klev_rec.capital_amount,
5756: p_currency_code => l_currency_code
5757: );
5758:

Line 5767: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5763: AND
5764: p_klev_rec.capital_reduction <> OKL_API.G_MISS_NUM) THEN
5765:
5766: l_conv_amount := NULL;
5767: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5768: p_amount => p_klev_rec.capital_reduction,
5769: p_currency_code => l_currency_code
5770: );
5771:

Line 5780: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5776: AND
5777: p_klev_rec.capitalized_interest <> OKL_API.G_MISS_NUM) THEN
5778:
5779: l_conv_amount := NULL;
5780: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5781: p_amount => p_klev_rec.capitalized_interest,
5782: p_currency_code => l_currency_code
5783: );
5784:

Line 5793: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5789: AND
5790: p_klev_rec.coverage <> OKL_API.G_MISS_NUM) THEN
5791:
5792: l_conv_amount := NULL;
5793: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5794: p_amount => p_klev_rec.coverage,
5795: p_currency_code => l_currency_code
5796: );
5797:

Line 5806: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5802: AND
5803: p_klev_rec.estimated_oec <> OKL_API.G_MISS_NUM) THEN
5804:
5805: l_conv_amount := NULL;
5806: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5807: p_amount => p_klev_rec.estimated_oec,
5808: p_currency_code => l_currency_code
5809: );
5810:

Line 5819: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5815: AND
5816: p_klev_rec.fee_charge <> OKL_API.G_MISS_NUM) THEN
5817:
5818: l_conv_amount := NULL;
5819: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5820: p_amount => p_klev_rec.fee_charge,
5821: p_currency_code => l_currency_code
5822: );
5823:

Line 5832: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5828: AND
5829: p_klev_rec.floor_amount <> OKL_API.G_MISS_NUM) THEN
5830:
5831: l_conv_amount := NULL;
5832: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5833: p_amount => p_klev_rec.floor_amount,
5834: p_currency_code => l_currency_code
5835: );
5836:

Line 5845: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5841: AND
5842: p_klev_rec.initial_direct_cost <> OKL_API.G_MISS_NUM) THEN
5843:
5844: l_conv_amount := NULL;
5845: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5846: p_amount => p_klev_rec.initial_direct_cost,
5847: p_currency_code => l_currency_code
5848: );
5849:

Line 5858: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5854: AND
5855: p_klev_rec.lao_amount <> OKL_API.G_MISS_NUM) THEN
5856:
5857: l_conv_amount := NULL;
5858: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5859: p_amount => p_klev_rec.lao_amount,
5860: p_currency_code => p_clev_rec.currency_code
5861: );
5862:

Line 5871: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5867: AND
5868: p_klev_rec.lrv_amount <> OKL_API.G_MISS_NUM) THEN
5869:
5870: l_conv_amount := NULL;
5871: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5872: p_amount => p_klev_rec.lrv_amount,
5873: p_currency_code => l_currency_code
5874: );
5875:

Line 5884: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5880: AND
5881: p_klev_rec.net_rentable <> OKL_API.G_MISS_NUM) THEN
5882:
5883: l_conv_amount := NULL;
5884: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5885: p_amount => p_klev_rec.net_rentable,
5886: p_currency_code => l_currency_code
5887: );
5888:

Line 5897: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5893: AND
5894: p_klev_rec.oec <> OKL_API.G_MISS_NUM) THEN
5895:
5896: l_conv_amount := NULL;
5897: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5898: p_amount => p_klev_rec.oec,
5899: p_currency_code => l_currency_code
5900: );
5901:

Line 5911: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5907: AND
5908: p_klev_rec.refinance_amount <> OKL_API.G_MISS_NUM) THEN
5909:
5910: l_conv_amount := NULL;
5911: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5912: p_amount => p_klev_rec.refinance_amount,
5913: p_currency_code => l_currency_code
5914: );
5915:

Line 5924: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5920: AND
5921: p_klev_rec.remarketed_amount <> OKL_API.G_MISS_NUM) THEN
5922:
5923: l_conv_amount := NULL;
5924: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5925: p_amount => p_klev_rec.remarketed_amount,
5926: p_currency_code => l_currency_code
5927: );
5928:

Line 5937: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5933: AND
5934: p_klev_rec.repurchased_amount <> OKL_API.G_MISS_NUM) THEN
5935:
5936: l_conv_amount := NULL;
5937: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5938: p_amount => p_klev_rec.repurchased_amount,
5939: p_currency_code => l_currency_code
5940: );
5941:

Line 5950: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5946: AND
5947: p_klev_rec.residual_grnty_amount <> OKL_API.G_MISS_NUM) THEN
5948:
5949: l_conv_amount := NULL;
5950: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5951: p_amount => p_klev_rec.residual_grnty_amount,
5952: p_currency_code => l_currency_code
5953: );
5954:

Line 5963: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5959: AND
5960: p_klev_rec.rvi_premium <> OKL_API.G_MISS_NUM) THEN
5961:
5962: l_conv_amount := NULL;
5963: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5964: p_amount => p_klev_rec.rvi_premium,
5965: p_currency_code => l_currency_code
5966: );
5967:

Line 5976: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5972: AND
5973: p_klev_rec.termination_purchase_amount <> OKL_API.G_MISS_NUM) THEN
5974:
5975: l_conv_amount := NULL;
5976: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5977: p_amount => p_klev_rec.termination_purchase_amount,
5978: p_currency_code => l_currency_code
5979: );
5980:

Line 5989: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5985: AND
5986: p_klev_rec.tracked_residual <> OKL_API.G_MISS_NUM) THEN
5987:
5988: l_conv_amount := NULL;
5989: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
5990: p_amount => p_klev_rec.tracked_residual,
5991: p_currency_code => l_currency_code
5992: );
5993:

Line 6002: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

5998: AND
5999: p_klev_rec.tradein_amount <> OKL_API.G_MISS_NUM) THEN
6000:
6001: l_conv_amount := NULL;
6002: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
6003: p_amount => p_klev_rec.tradein_amount,
6004: p_currency_code => l_currency_code
6005: );
6006:

Line 6015: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

6011: AND
6012: p_klev_rec.vendor_advance_paid <> OKL_API.G_MISS_NUM) THEN
6013:
6014: l_conv_amount := NULL;
6015: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
6016: p_amount => p_klev_rec.vendor_advance_paid,
6017: p_currency_code => l_currency_code
6018: );
6019:

Line 6028: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

6024: AND
6025: p_klev_rec.residual_value <> OKL_API.G_MISS_NUM) THEN
6026:
6027: l_conv_amount := NULL;
6028: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
6029: p_amount => p_klev_rec.residual_value,
6030: p_currency_code => l_currency_code
6031: );
6032:

Line 6042: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

6038: AND
6039: p_klev_rec.subsidy_override_amount <> OKL_API.G_MISS_NUM) THEN
6040:
6041: l_conv_amount := NULL;
6042: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
6043: p_amount => p_klev_rec.subsidy_override_amount,
6044: p_currency_code => l_currency_code
6045: );
6046:

Line 6057: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

6053: AND
6054: p_clev_rec.price_negotiated <> OKL_API.G_MISS_NUM) THEN
6055:
6056: l_conv_amount := NULL;
6057: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
6058: p_amount => p_clev_rec.price_negotiated,
6059: p_currency_code => l_currency_code
6060: );
6061:

Line 6070: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

6066: AND
6067: p_clev_rec.price_negotiated_renewed <> OKL_API.G_MISS_NUM) THEN
6068:
6069: l_conv_amount := NULL;
6070: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
6071: p_amount => p_clev_rec.price_negotiated_renewed,
6072: p_currency_code => l_currency_code
6073: );
6074:

Line 6083: l_conv_amount := okl_accounting_util.cross_currency_round_amount(

6079: AND
6080: p_clev_rec.price_unit <> OKL_API.G_MISS_NUM) THEN
6081:
6082: l_conv_amount := NULL;
6083: l_conv_amount := okl_accounting_util.cross_currency_round_amount(
6084: p_amount => p_clev_rec.price_unit,
6085: p_currency_code => l_currency_code
6086: );
6087: