DBA Data[Home] [Help]

APPS.XTR_COF_P dependencies on XTR_CALC_P

Line 345: XTR_CALC_P.calc_days_run(p_start_date,

341: If P_DEAL_TYPE = 'NI' then
342: /** Need to convert to yield rate first if it's Discount basis **/
343: if P_CALC_BASIS = 'DISCOUNT' THEN
344: -- Added the parameters for Interest Override feature
345: XTR_CALC_P.calc_days_run(p_start_date,
346: p_maturity_date,
347: p_year_calc_type,
348: l_no_of_days,
349: l_year_basis,

Line 389: XTR_CALC_P.calc_days_run(p_start_date,

385: L_HCE_INT := 0;
386: END IF;
387:
388: -- Added paramters for Interest Override feature
389: XTR_CALC_P.calc_days_run(p_start_date,
390: p_maturity_date,
391: p_year_calc_type,
392: l_no_of_days_in,
393: l_year_basis_in,

Line 398: XTR_CALC_P.calc_days_run(p_start_date,

394: NULL,
395: p_day_count_type,
396: p_first_trans_flag);
397:
398: XTR_CALC_P.calc_days_run(p_start_date,
399: p_maturity_date,
400: l_convert_type,
401: l_no_of_days_out,
402: l_year_basis_out,

Line 420: XTR_CALC_P.calc_days_run(p_start_date,

416: Elsif P_DEAL_TYPE in ('CA', 'IG') or
417: (P_DEAL_TYPE = 'ONC' and P_MATURITY_DATE is null) then
418: L_NEXT_YEAR := add_months(p_start_date, 12);
419:
420: XTR_CALC_P.calc_days_run(p_start_date,
421: l_next_year,
422: p_year_calc_type,
423: l_no_of_days_in,
424: l_year_basis_in,

Line 1209: XTR_CALC_P.calc_days_run(p_start_date,

1205: If P_DEAL_TYPE = 'NI' then
1206: if P_CALC_BASIS = 'DISCOUNT' then
1207: /** Need to convert to yield rate first if it's Discount basis **/
1208: -- Added the parameters for Interest Override feature
1209: XTR_CALC_P.calc_days_run(p_start_date,
1210: p_maturity_date,
1211: p_year_calc_type,
1212: l_no_of_days,
1213: l_year_basis,

Line 1242: XTR_CALC_P.calc_days_run(p_start_date,

1238: L_HCE_INT := L_DAILY_INT / L_HCE_RATE;
1239: END IF;
1240:
1241: -- Added the new parameter for Interest Override feature
1242: XTR_CALC_P.calc_days_run(p_start_date,
1243: p_maturity_date,
1244: p_year_calc_type,
1245: l_no_of_days_in,
1246: l_year_basis_in,

Line 1251: XTR_CALC_P.calc_days_run(p_start_date,

1247: NULL,
1248: p_day_count_type,
1249: p_first_trans_flag
1250: );
1251: XTR_CALC_P.calc_days_run(p_start_date,
1252: p_maturity_date,
1253: l_convert_type,
1254: l_no_of_days_out,
1255: l_year_basis_out,

Line 1285: XTR_CALC_P.calc_days_run(p_start_date,

1281:
1282: L_NEXT_YEAR := add_months(p_start_date, 12);
1283:
1284: -- Added the new parameter for Interest Override feature
1285: XTR_CALC_P.calc_days_run(p_start_date,
1286: l_next_year,
1287: p_year_calc_type,
1288: l_no_of_days_in,
1289: l_year_basis_in,