DBA Data[Home] [Help]

APPS.PN_SCHEDULES_ITEMS dependencies on PNT_PAYMENT_TERMS_PKG

Line 5836: -- pnt_payment_terms_pkg.insert_row. Fix for bug#2733889.

5832: -- DESCRIPTION :- Procedure to create records in pn_payment_terms table
5833: -- 23-SEP-2002 graghuna o created
5834: -- 13-JAN-2002 psidhu o Added logic to insert distribution information for new term
5835: -- being created. Added parameter x_term_template_id in call to
5836: -- pnt_payment_terms_pkg.insert_row. Fix for bug#2733889.
5837: -- 29-AUG-2003 Satish Tripathi o Fixed for BUG# 3116986, added x_rec_agr_line_id,
5838: -- x_period_billrec_id and x_amount_type.
5839: -- 15-JUL-05 hareesha o Bug 4284035 - Replaced pn_distributions with _ALL table.
5840: -- 16-OCT-06 Hareesha o MTM - Populate parent_term_id and index_norm_flag

Line 5867: pnt_payment_terms_pkg.Insert_Row

5863: BEGIN
5864:
5865: pnp_debug_pkg.log('INSERT_PAYMENT_TERM (+) ');
5866:
5867: pnt_payment_terms_pkg.Insert_Row
5868: (
5869: x_rowid => l_rowid,
5870: x_payment_term_id => l_payment_term_id,
5871: x_payment_purpose_code => p_payment_term_rec.payment_purpose_code,