DBA Data[Home] [Help]

APPS.OKL_STREAM_GENERATOR_PVT dependencies on OKL_PRICING_UTILS_PVT

Line 1504: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => p_pv_date,

1500: l_prog_name CONSTANT VARCHAR2(61) := 'get_present_value';
1501:
1502: Begin
1503: --print(l_prog_name, 'begin' );
1504: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => p_pv_date,
1505: p_days_in_month => p_day_convention_month,
1506: p_days_in_year => p_day_convention_year,
1507: p_end_date => p_amount_date,
1508: p_arrears => 'N',

Line 3144: l_day_count := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_temp_start_date,

3140: i := i + 1;
3141: IF l_temp_end_date < l_se_date THEN
3142: l_day_count := l_remaining_days;
3143: ELSE
3144: l_day_count := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_temp_start_date,
3145: p_days_in_month => 'ACTUAL', --p_day_convention_month,
3146: p_days_in_year => 'ACTUAL', --p_day_convention_year,
3147: p_end_date => l_temp_end_date,
3148: p_arrears => 'Y',

Line 5958: OKL_PRICING_UTILS_PVT.get_day_convention(

5954:
5955: BEGIN
5956:
5957: --Get the day convention
5958: OKL_PRICING_UTILS_PVT.get_day_convention(
5959: p_id => p_khr_id,
5960: p_source => 'ISG',
5961: x_days_in_month => l_day_convention_month,
5962: x_days_in_year => l_day_convention_year,

Line 6011: l_total_days := OKL_PRICING_UTILS_PVT.get_day_count(

6007: l_start_date := l_asset_rec.start_date;
6008: l_end_date := l_asset_rec.end_date;
6009: l_month_end := LAST_DAY(l_start_date);
6010:
6011: l_total_days := OKL_PRICING_UTILS_PVT.get_day_count(
6012: p_start_date => l_start_date,
6013: p_days_in_month => l_day_convention_month,
6014: p_days_in_year => l_day_convention_year,
6015: p_end_date => l_end_date,

Line 6052: l_days := OKL_PRICING_UTILS_PVT.get_day_count(

6048: IF l_month_end > l_end_date THEN
6049: l_month_end := l_end_date;
6050: END IF;
6051:
6052: l_days := OKL_PRICING_UTILS_PVT.get_day_count(
6053: p_start_date => l_start_date,
6054: p_days_in_month => l_day_convention_month,
6055: p_days_in_year => l_day_convention_year,
6056: p_end_date => l_month_end,

Line 7250: OKL_PRICING_UTILS_PVT.get_day_convention(

7246: -- Fetch the day convention ..
7247: IF l_flip_prb_rbk_reason = 'NO_REASON'
7248: THEN
7249: l_flip_prb_rbk_reason := 'INVALID_DAY_CONVENTION';
7250: OKL_PRICING_UTILS_PVT.get_day_convention(
7251: p_id => p_khr_id
7252: ,p_source => 'ISG'
7253: ,x_days_in_month => l_day_convention_month
7254: ,x_days_in_year => l_day_convention_year

Line 7761: l_rem_days := OKL_PRICING_UTILS_PVT.get_day_count(

7757: END LOOP;
7758: END IF;
7759: -- Step: Calculate the Number of the Remaining Days
7760: -- For time being assuming that the end is till Contract End Date
7761: l_rem_days := OKL_PRICING_UTILS_PVT.get_day_count(
7762: p_start_date => l_rebook_eff_date
7763: ,p_days_in_month => l_day_convention_month
7764: ,p_days_in_year => l_day_convention_year
7765: ,p_end_date => l_term_end_date

Line 7825: l_per_days := OKL_PRICING_UTILS_PVT.get_day_count(

7821: || ' | - | ' || l_work_acc_strms_tbl(inx_work).se_amount
7822: || ' | - | ' );
7823: ELSE
7824: -- Accrual Amount after the Last Accrued Date
7825: l_per_days := OKL_PRICING_UTILS_PVT.get_day_count(
7826: p_start_date => l_per_start_date
7827: ,p_days_in_month => l_day_convention_month
7828: ,p_days_in_year => l_day_convention_year
7829: ,p_end_date => l_per_end_date

Line 10910: OKL_PRICING_UTILS_PVT.get_day_convention(

10906: l_selv_tbl(1).amount := 0.0;
10907: print( l_api_name, ' khr_yld ' || to_char( l_khr_yld ) );
10908:
10909: -- Fetch the day convention ..
10910: OKL_PRICING_UTILS_PVT.get_day_convention(
10911: p_id => p_contract_id,
10912: p_source => 'ISG',
10913: x_days_in_month => l_day_convention_month,
10914: x_days_in_year => l_day_convention_year,

Line 10928: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_start_date,

10924: LOOP
10925:
10926: l_end_date := sec_strms_rec.stream_element_date;
10927:
10928: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_start_date,
10929: p_days_in_month => l_day_convention_month,
10930: p_days_in_year => l_day_convention_year,
10931: p_end_date => l_end_date,
10932: p_arrears => 'N',

Line 11002: OKL_PRICING_UTILS_PVT.get_day_convention(

10998: l_selv_tbl(1).amount := 0.0;
10999: print( l_api_name, ' khr_yld ' || to_char( l_khr_yld ) );
11000:
11001: -- Fetch the day convention ..
11002: OKL_PRICING_UTILS_PVT.get_day_convention(
11003: p_id => p_contract_id,
11004: p_source => 'ISG',
11005: x_days_in_month => l_day_convention_month,
11006: x_days_in_year => l_day_convention_year,

Line 11020: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_start_date,

11016: LOOP
11017:
11018: l_end_date := sec_strms_rec.stream_element_date;
11019:
11020: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_start_date,
11021: p_days_in_month => l_day_convention_month,
11022: p_days_in_year => l_day_convention_year,
11023: p_end_date => l_end_date,
11024: p_arrears => 'N',

Line 11124: OKL_PRICING_UTILS_PVT.get_day_convention(

11120: l_selv_tbl(1).amount := 0.0;
11121: print( l_api_name, ' khr_yld ' || to_char( l_khr_yld ) );
11122:
11123: -- Fetch the day convention ..
11124: OKL_PRICING_UTILS_PVT.get_day_convention(
11125: p_id => p_contract_id,
11126: p_source => 'ISG',
11127: x_days_in_month => l_day_convention_month,
11128: x_days_in_year => l_day_convention_year,

Line 11142: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_start_date,

11138: LOOP
11139:
11140: l_end_date := sec_strms_rec.stream_element_date;
11141:
11142: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_start_date,
11143: p_days_in_month => l_day_convention_month,
11144: p_days_in_year => l_day_convention_year,
11145: p_end_date => l_end_date,
11146: p_arrears => 'N',

Line 11210: OKL_PRICING_UTILS_PVT.get_day_convention(

11206: l_selv_tbl(1).amount := 0.0;
11207: print( l_api_name, ' khr_yld ' || to_char( l_khr_yld ) );
11208:
11209: -- Fetch the day convention ..
11210: OKL_PRICING_UTILS_PVT.get_day_convention(
11211: p_id => p_contract_id,
11212: p_source => 'ISG',
11213: x_days_in_month => l_day_convention_month,
11214: x_days_in_year => l_day_convention_year,

Line 11228: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_start_date,

11224: LOOP
11225:
11226: l_end_date := sec_strms_rec.stream_element_date;
11227:
11228: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => l_start_date,
11229: p_days_in_month => l_day_convention_month,
11230: p_days_in_year => l_day_convention_year,
11231: p_end_date => l_end_date,
11232: p_arrears => 'N',

Line 13584: OKL_PRICING_UTILS_PVT.get_day_convention(

13580: print( l_api_name, ' bal datae ' || to_char( l_principal_bal_date ), x_return_status );
13581: print( l_api_name, ' p_days ' || to_char( p_date ), x_return_status );
13582:
13583: -- Fetch the day convention ..
13584: OKL_PRICING_UTILS_PVT.get_day_convention(
13585: p_id => p_khr_id,
13586: p_source => 'ISG',
13587: x_days_in_month => l_day_convention_month,
13588: x_days_in_year => l_day_convention_year,

Line 13596: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => trunc(l_principal_bal_date),

13592: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
13593: ELSIF (x_return_status = G_RET_STS_ERROR) THEN
13594: RAISE OKL_API.G_EXCEPTION_ERROR;
13595: END IF;
13596: l_days := OKL_PRICING_UTILS_PVT.get_day_count (p_start_date => trunc(l_principal_bal_date),
13597: p_days_in_month => l_day_convention_month,
13598: p_days_in_year => l_day_convention_year,
13599: p_end_date => trunc(p_date),
13600: p_arrears => r_inflows.advance_arrears,