DBA Data[Home] [Help]

APPS.PN_OPEX_TERMS_PKG dependencies on PNT_PAYMENT_TERMS_PKG

Line 284: pnt_payment_terms_pkg.insert_row (

280: -- in the previous term , else we store the values of the
281: -- template.
282:
283:
284: pnt_payment_terms_pkg.insert_row (
285: x_rowid => l_rowid
286: ,x_payment_term_id => l_est_payment_term_id
287: ,x_index_period_id => null
288: ,x_index_term_indicator => null

Line 392: pnt_payment_terms_pkg.insert_row (

388: -- For catch up term
389:
390: IF NVL(opex_est_pay_rec.catch_up_amount,0) <> 0 THEN
391:
392: pnt_payment_terms_pkg.insert_row (
393: x_rowid => l_rowid
394: ,x_payment_term_id => l_catch_up_payment_term_id
395: ,x_index_period_id => null
396: ,x_index_term_indicator => null

Line 875: pnt_payment_terms_pkg.insert_row (

871: pnp_debug_pkg.put_log_msg('x_set_of_books_id' || NVL(template_rec.set_of_books_id,l_set_of_books_id));
872:
873:
874:
875: pnt_payment_terms_pkg.insert_row (
876: x_rowid => l_rowid
877: ,x_payment_term_id => l_payment_term_id
878: ,x_index_period_id => null
879: ,x_index_term_indicator => null