DBA Data[Home] [Help]

APPS.PN_SCHEDULES_ITEMS dependencies on PNT_PAYMENT_TERMS_PKG

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

4919: -- DESCRIPTION :- Procedure to create records in pn_payment_terms table
4920: -- 23-SEP-2002 graghuna o created
4921: -- 13-JAN-2002 psidhu o Added logic to insert distribution information for new term
4922: -- being created. Added parameter x_term_template_id in call to
4923: -- pnt_payment_terms_pkg.insert_row. Fix for bug#2733889.
4924: -- 29-AUG-2003 Satish Tripathi o Fixed for BUG# 3116986, added x_rec_agr_line_id,
4925: -- x_period_billrec_id and x_amount_type.
4926: -- 15-JUL-05 hareesha o Bug 4284035 - Replaced pn_distributions with _ALL table.
4927: -- 16-OCT-06 Hareesha o MTM - Populate parent_term_id and index_norm_flag

Line 4953: pnt_payment_terms_pkg.Insert_Row

4949: BEGIN
4950:
4951: pnp_debug_pkg.log('INSERT_PAYMENT_TERM (+) ');
4952:
4953: pnt_payment_terms_pkg.Insert_Row
4954: (
4955: x_rowid => l_rowid,
4956: x_payment_term_id => l_payment_term_id,
4957: x_payment_purpose_code => p_payment_term_rec.payment_purpose_code,