DBA Data[Home] [Help]

APPS.PN_SCHEDULES_ITEMS dependencies on PN_INDEX_RENT_PERIODS_PKG

Line 2883: -- pn_index_rent_periods_pkg.process_payment_term_amendment.

2879: -- is added through EDIT or AMEND. GET_SCH_INFO gives information of the term,
2880: -- PROCESS_TERM creates schedules if required and the Cash / Normalized items.
2881: -- 25-JUN-2001 Mrinal Misra o Created.
2882: -- 15-AUG-2001 Mrinal Misra o Added calls to routine
2883: -- pn_index_rent_periods_pkg.process_payment_term_amendment.
2884: -- 24-JAN-2002 Satish Tripathi o Removed the hard coding of p_lease_context being passed to
2885: -- GET_SCH_INFO and PROCESS_TERM.
2886: -- 07-FEB-2002 Satish Tripathi o Added variable l_norm_str_dt to capture Normalize Start
2887: -- Date, if the term is added through AMEND.

Line 2989: pn_index_rent_periods_pkg.process_payment_term_amendment(

2985:
2986: -- OT terms are not used in Index Rent calculations, ignore it.
2987: IF add_main_cur.frequency_code <> 'OT' THEN
2988:
2989: pn_index_rent_periods_pkg.process_payment_term_amendment(
2990: p_lease_id => p_lease_id,
2991: p_payment_type_code => add_main_cur.payment_term_type_code,
2992: p_payment_start_date => add_main_cur.start_date,
2993: p_payment_end_date => add_main_cur.end_date,

Line 3272: -- pn_index_rent_periods_pkg.process_main_lease_term_date.

3268: -- For Normalized term, items are re-Normalized.
3269: -- 25-JUN-2001 Mrinal Misra o Created.
3270: -- 05-AUG-2001 Amita Singh o Modified to take care of CON+ADD. Added call to ADD_MAIN.
3271: -- 15-AUG-2001 Mrinal Misra o Added calls to routine
3272: -- pn_index_rent_periods_pkg.process_main_lease_term_date.
3273: -- 05-SEP-2001 Mrinal Misra o Added to check for payment_term_id in the update statement
3274: -- of PN_PAYMENT_ITEMS.
3275: -- 24-JAN-2002 Satish Tripathi o Removed the hard coding of p_lease_context being passed to
3276: -- CREATE_NORMALIZE_ITEMS.

Line 3391: pn_index_rent_periods_pkg.process_main_lease_term_date(p_lease_id,

3387: /* Call the index rent contraction routine */
3388:
3389: pnp_debug_pkg.log('CON - MAIN - Contracting Index rent ');
3390:
3391: pn_index_rent_periods_pkg.process_main_lease_term_date(p_lease_id,
3392: p_new_lea_term_dt,
3393: l_old_lea_term_dt,
3394: p_lease_context,
3395: l_msg);

Line 3573: pn_index_rent_periods_pkg.process_main_lease_term_date( p_lease_id => p_lease_id

3569: END IF;
3570: END LOOP;
3571: l_term_end_dt := NULL;
3572: END IF;
3573: pn_index_rent_periods_pkg.process_main_lease_term_date( p_lease_id => p_lease_id
3574: ,p_new_main_lease_term_date => l_ri_end_dt
3575: ,p_old_main_lease_term_date => l_old_lea_term_dt
3576: ,p_lease_context => p_lease_context
3577: ,p_msg => l_msg

Line 3743: -- pn_index_rent_periods_pkg.process_main_lease_term_date.

3739: -- creates schedules if required and the Cash / Normalized items.
3740: -- 25-JUN-2001 Mrinal Misra o Created.
3741: -- 05-AUG-2001 Amita Singh o Modified to take care of EXP+ADD. Added call to ADD_MAIN.
3742: -- 15-AUG-2001 Mrinal Misra o Added calls to routine
3743: -- pn_index_rent_periods_pkg.process_main_lease_term_date.
3744: -- 25-SEP-2001 Mrinal Misra o Changed for expanding Index Payment Terms.
3745: -- 24-JAN-2002 Satish Tripathi o Removed the hard coding of p_lease_context being passed to
3746: -- GET_SCH_INFO and PROCESS_TERM.
3747: -- 07-FEB-2002 Satish Tripathi o Added variable l_norm_str_dt to capture Normalize Start

Line 3897: pn_index_rent_periods_pkg.process_main_lease_term_date (p_lease_id,

3893: /* Call the index rent expansion routine */
3894:
3895: pnp_debug_pkg.log('EXP - MAIN - Expanding Index rent ');
3896:
3897: pn_index_rent_periods_pkg.process_main_lease_term_date (p_lease_id,
3898: p_new_lea_term_dt,
3899: l_ext_dt,
3900: p_lease_context,
3901: l_msg,

Line 4181: pn_index_rent_periods_pkg.process_main_lease_term_date(

4177: /* Extend the RI agreement and create/expand the periods
4178: if lease is extended and status changed from MTM/HLD to ACT */
4179: IF p_extend_ri = 'Y' THEN
4180:
4181: pn_index_rent_periods_pkg.process_main_lease_term_date(
4182: p_lease_id => p_lease_id,
4183: p_new_main_lease_term_date => p_new_lea_term_dt,
4184: p_old_main_lease_term_date => l_ext_dt,
4185: p_lease_context => 'EXP_RI',

Line 5764: pn_index_rent_periods_pkg.process_main_lease_term_date(

5760:
5761: IF p_extend_ri = 'Y' THEN
5762:
5763: /* extend RI agreement and create/extend periods when lease extended due to MTM/HLD */
5764: pn_index_rent_periods_pkg.process_main_lease_term_date(
5765: p_lease_id => p_lease_id,
5766: p_new_main_lease_term_date => p_lease_end_date,
5767: p_old_main_lease_term_date => l_lease_term_date_old,
5768: p_lease_context => 'ROLLOVER_RI',

Line 5771: pn_index_rent_periods_pkg.process_main_lease_term_date(

5767: p_old_main_lease_term_date => l_lease_term_date_old,
5768: p_lease_context => 'ROLLOVER_RI',
5769: p_msg => x_return_message);
5770: ELSE
5771: pn_index_rent_periods_pkg.process_main_lease_term_date(
5772: p_lease_id => p_lease_id,
5773: p_new_main_lease_term_date => p_lease_end_date,
5774: p_old_main_lease_term_date => l_lease_term_date_old,
5775: p_lease_context => 'ROLLOVER',

Line 6819: pn_index_rent_periods_pkg.process_main_lease_term_date(p_lease_id,

6815: END LOOP;
6816:
6817: pnp_debug_pkg.log('MINI RETRO CONTRACTION - MAIN - Contracting Index rent ');
6818:
6819: pn_index_rent_periods_pkg.process_main_lease_term_date(p_lease_id,
6820: p_new_lea_term_dt,
6821: l_old_lea_term_dt,
6822: p_lease_context,
6823: l_msg,