DBA Data[Home] [Help]

APPS.PN_SCHEDULES_ITEMS dependencies on PN_INDEX_RENT_PERIODS_PKG

Line 3648: -- pn_index_rent_periods_pkg.process_payment_term_amendment.

3644: -- is added through EDIT or AMEND. GET_SCH_INFO gives information of the term,
3645: -- PROCESS_TERM creates schedules if required and the Cash / Normalized items.
3646: -- 25-JUN-2001 Mrinal Misra o Created.
3647: -- 15-AUG-2001 Mrinal Misra o Added calls to routine
3648: -- pn_index_rent_periods_pkg.process_payment_term_amendment.
3649: -- 24-JAN-2002 Satish Tripathi o Removed the hard coding of p_lease_context being passed to
3650: -- GET_SCH_INFO and PROCESS_TERM.
3651: -- 07-FEB-2002 Satish Tripathi o Added variable l_norm_str_dt to capture Normalize Start
3652: -- Date, if the term is added through AMEND.

Line 3754: pn_index_rent_periods_pkg.process_payment_term_amendment(

3750:
3751: -- OT terms are not used in Index Rent calculations, ignore it.
3752: IF add_main_cur.frequency_code <> 'OT' THEN
3753:
3754: pn_index_rent_periods_pkg.process_payment_term_amendment(
3755: p_lease_id => p_lease_id,
3756: p_payment_type_code => add_main_cur.payment_term_type_code,
3757: p_payment_start_date => add_main_cur.start_date,
3758: p_payment_end_date => add_main_cur.end_date,

Line 4037: -- pn_index_rent_periods_pkg.process_main_lease_term_date.

4033: -- For Normalized term, items are re-Normalized.
4034: -- 25-JUN-2001 Mrinal Misra o Created.
4035: -- 05-AUG-2001 Amita Singh o Modified to take care of CON+ADD. Added call to ADD_MAIN.
4036: -- 15-AUG-2001 Mrinal Misra o Added calls to routine
4037: -- pn_index_rent_periods_pkg.process_main_lease_term_date.
4038: -- 05-SEP-2001 Mrinal Misra o Added to check for payment_term_id in the update statement
4039: -- of PN_PAYMENT_ITEMS.
4040: -- 24-JAN-2002 Satish Tripathi o Removed the hard coding of p_lease_context being passed to
4041: -- CREATE_NORMALIZE_ITEMS.

Line 4156: pn_index_rent_periods_pkg.process_main_lease_term_date(p_lease_id,

4152: /* Call the index rent contraction routine */
4153:
4154: pnp_debug_pkg.log('CON - MAIN - Contracting Index rent ');
4155:
4156: pn_index_rent_periods_pkg.process_main_lease_term_date(p_lease_id,
4157: p_new_lea_term_dt,
4158: l_old_lea_term_dt,
4159: p_lease_context,
4160: l_msg);

Line 4359: pn_index_rent_periods_pkg.process_main_lease_term_date( p_lease_id => p_lease_id

4355: END IF;
4356: END LOOP;
4357: l_term_end_dt := NULL;
4358: END IF;
4359: pn_index_rent_periods_pkg.process_main_lease_term_date( p_lease_id => p_lease_id
4360: ,p_new_main_lease_term_date => l_ri_end_dt
4361: ,p_old_main_lease_term_date => l_old_lea_term_dt
4362: ,p_lease_context => p_lease_context
4363: ,p_msg => l_msg

Line 4544: -- pn_index_rent_periods_pkg.process_main_lease_term_date.

4540: -- creates schedules if required and the Cash / Normalized items.
4541: -- 25-JUN-2001 Mrinal Misra o Created.
4542: -- 05-AUG-2001 Amita Singh o Modified to take care of EXP+ADD. Added call to ADD_MAIN.
4543: -- 15-AUG-2001 Mrinal Misra o Added calls to routine
4544: -- pn_index_rent_periods_pkg.process_main_lease_term_date.
4545: -- 25-SEP-2001 Mrinal Misra o Changed for expanding Index Payment Terms.
4546: -- 24-JAN-2002 Satish Tripathi o Removed the hard coding of p_lease_context being passed to
4547: -- GET_SCH_INFO and PROCESS_TERM.
4548: -- 07-FEB-2002 Satish Tripathi o Added variable l_norm_str_dt to capture Normalize Start

Line 4702: pn_index_rent_periods_pkg.process_main_lease_term_date (p_lease_id,

4698: /* Call the index rent expansion routine */
4699:
4700: pnp_debug_pkg.log('EXP - MAIN - Expanding Index rent ');
4701:
4702: pn_index_rent_periods_pkg.process_main_lease_term_date (p_lease_id,
4703: p_new_lea_term_dt,
4704: l_ext_dt,
4705: p_lease_context,
4706: l_msg,

Line 5066: pn_index_rent_periods_pkg.process_main_lease_term_date(

5062: /* Extend the RI agreement and create/expand the periods
5063: if lease is extended and status changed from MTM/HLD to ACT */
5064: IF p_extend_ri = 'Y' THEN
5065:
5066: pn_index_rent_periods_pkg.process_main_lease_term_date(
5067: p_lease_id => p_lease_id,
5068: p_new_main_lease_term_date => p_new_lea_term_dt,
5069: p_old_main_lease_term_date => l_ext_dt,
5070: p_lease_context => 'EXP_RI',

Line 6743: pn_index_rent_periods_pkg.process_main_lease_term_date(

6739:
6740: IF p_extend_ri = 'Y' THEN
6741:
6742: /* extend RI agreement and create/extend periods when lease extended due to MTM/HLD */
6743: pn_index_rent_periods_pkg.process_main_lease_term_date(
6744: p_lease_id => p_lease_id,
6745: p_new_main_lease_term_date => p_lease_end_date,
6746: p_old_main_lease_term_date => l_lease_term_date_old,
6747: p_lease_context => 'ROLLOVER_RI',

Line 6750: pn_index_rent_periods_pkg.process_main_lease_term_date(

6746: p_old_main_lease_term_date => l_lease_term_date_old,
6747: p_lease_context => 'ROLLOVER_RI',
6748: p_msg => x_return_message);
6749: ELSE
6750: pn_index_rent_periods_pkg.process_main_lease_term_date(
6751: p_lease_id => p_lease_id,
6752: p_new_main_lease_term_date => p_lease_end_date,
6753: p_old_main_lease_term_date => l_lease_term_date_old,
6754: p_lease_context => 'ROLLOVER',

Line 8008: pn_index_rent_periods_pkg.process_main_lease_term_date(p_lease_id,

8004: FOR i in 1..28 LOOP
8005: norm_st_dt_rec_tbl(i) := NULL;
8006: END LOOP; /* 9231686 */
8007:
8008: pn_index_rent_periods_pkg.process_main_lease_term_date(p_lease_id,
8009: p_new_lea_term_dt,
8010: l_old_lea_term_dt,
8011: p_lease_context,
8012: l_msg,