DBA Data[Home] [Help]

APPS.CST_RECEIPTACCRUALPEREND_PVT dependencies on RCV_ACCOUNTING_EVENT_TYPES

Line 411: FROM rcv_accounting_event_types raet

407: SELECT rcv_accounting_event_s.nextval,
408: raet.event_type_id
409: INTO g_rae_event_id_tbl(l_ctr),
410: g_rae_event_type_id_tbl(l_ctr)
411: FROM rcv_accounting_event_types raet
412: WHERE raet.event_type_name = 'PERIOD_END_ACCRUAL';
413:
414: g_rae_distribution_id_tbl(l_ctr):= l_accounting_events_rec.distribution_id;
415: g_rae_inv_org_id_tbl(l_ctr) := l_inv_org_id;

Line 457: FROM rcv_accounting_event_types raet

453: SELECT rcv_accounting_event_s.nextval,
454: raet.event_type_id
455: INTO g_rae_event_id_tbl(l_ctr),
456: g_rae_event_type_id_tbl(l_ctr)
457: FROM rcv_accounting_event_types raet
458: WHERE raet.event_type_name = 'ENCUMBRANCE_REVERSAL';
459:
460: g_rae_distribution_id_tbl(l_ctr):= l_accounting_events_rec.distribution_id;
461: g_rae_inv_org_id_tbl(l_ctr) := l_inv_org_id;