DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on PN_XLA_EVENT_PKG

Line 763: pn_xla_event_pkg.create_xla_event(

759: pnp_debug_pkg.log('payment_item_id ' || acct_rec.payment_item_id || ' is skipped as current or future GL Period is not open for : ' || acct_rec.due_date);
760:
761: ELSE
762:
763: pn_xla_event_pkg.create_xla_event(
764: p_payment_item_id => acct_rec.payment_item_id
765: ,p_due_date => l_due_date -- Added for Bug#9712825
766: --,p_due_date => acct_rec.due_date -- Added for Bug#8303091
767: ,p_legal_entity_id => acct_rec.legal_entity_id

Line 1056: pn_xla_event_pkg.create_xla_event(

1052: ELSE
1053:
1054:
1055:
1056: pn_xla_event_pkg.create_xla_event(
1057: p_payment_item_id => acct_rec.payment_item_id
1058: ,p_due_date => l_due_date -- Changed to l_due_date for bug#9712825
1059: --,p_due_date => acct_rec.due_date -- Added for Bug#8303091
1060: ,p_legal_entity_id => acct_rec.legal_entity_id