DBA Data[Home] [Help]

APPS.PN_INDEX_LEASE_PERIODS_PKG dependencies on PN_INDEX_AMOUNT_PKG

Line 30: | pn_index_amount_pkg.calculate_period. Added call

26: | shared services enh.
27: | 23-JUL-2002 ftanudja o changed lock_row comply with new standards.
28: | 02-Aug-2002 psidhu o added parameters op_constraint_applied_amount
29: | and op_carry_forward_amount in call to
30: | pn_index_amount_pkg.calculate_period. Added call
31: | to pn_index_amount_pkg.calculate_subsequent_periods.
32: | 20-Oct-2002 psidhu o added parameters op_constraint_applied_percent
33: | and op_carry_forward_percent in call to
34: | procedure pn_index_amount_pkg.calculate_period.

Line 31: | to pn_index_amount_pkg.calculate_subsequent_periods.

27: | 23-JUL-2002 ftanudja o changed lock_row comply with new standards.
28: | 02-Aug-2002 psidhu o added parameters op_constraint_applied_amount
29: | and op_carry_forward_amount in call to
30: | pn_index_amount_pkg.calculate_period. Added call
31: | to pn_index_amount_pkg.calculate_subsequent_periods.
32: | 20-Oct-2002 psidhu o added parameters op_constraint_applied_percent
33: | and op_carry_forward_percent in call to
34: | procedure pn_index_amount_pkg.calculate_period.
35: | 05-Jul-2005 hrodda o overloaded delete_row proc to take PK as parameter

Line 34: | procedure pn_index_amount_pkg.calculate_period.

30: | pn_index_amount_pkg.calculate_period. Added call
31: | to pn_index_amount_pkg.calculate_subsequent_periods.
32: | 20-Oct-2002 psidhu o added parameters op_constraint_applied_percent
33: | and op_carry_forward_percent in call to
34: | procedure pn_index_amount_pkg.calculate_period.
35: | 05-Jul-2005 hrodda o overloaded delete_row proc to take PK as parameter
36: | 09-NOV-2006 Prabhakar o Added index_multiplier to insert/update/lock.
37: +============================================================================*/
38:

Line 470: pn_index_amount_pkg.calculate_period

466: l_calc_exists := pn_index_lease_common_pkg.find_if_calc_exists(x_index_lease_id);
467:
468: IF l_calc_exists IS NOT NULL THEN
469:
470: pn_index_amount_pkg.calculate_period
471: (
472: ip_index_lease_id => x_index_lease_id,
473: ip_index_lease_period_id => x_index_period_id,
474: ip_recalculate => 'Y',

Line 544: pn_index_amount_pkg.calculate_subsequent_periods(

540: RAISE NO_DATA_FOUND;
541: END IF;
542:
543: IF x_carry_forward_flag = 'Y' THEN
544: pn_index_amount_pkg.calculate_subsequent_periods(
545: p_index_lease_id => x_index_lease_id ,
546: p_assessment_date => x_assessment_date);
547: END IF;
548: