DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on PN_PAYMENT_ITEM_DIST_ALL

Line 483: INSERT INTO pn_payment_item_dist_all(payment_item_id,

479:
480: pnp_debug_pkg.log('Inserting into lines for Expense');
481:
482:
483: INSERT INTO pn_payment_item_dist_all(payment_item_id,
484: code_combination_id,
485: account_class,
486: line_number,
487: entered_amount,

Line 567: INSERT INTO pn_payment_item_dist_all(payment_item_id,

563:
564:
565: l_acc_number := l_acc_number +1;
566:
567: INSERT INTO pn_payment_item_dist_all(payment_item_id,
568: code_combination_id,
569: account_class,
570: line_number,
571: entered_amount,