DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on RCV_ACCOUNTING_EVENTS

Line 7655: FROM rcv_accounting_event_types rcv_acct_evt_typ, rcv_accounting_events rcv_acct_evts

7651: ELSE
7652:
7653: SELECT event_type_name
7654: INTO l_evt_typ_name
7655: FROM rcv_accounting_event_types rcv_acct_evt_typ, rcv_accounting_events rcv_acct_evts
7656: WHERE rcv_acct_evt_typ.event_type_id = rcv_acct_evts.event_type_id
7657: AND rcv_acct_evts.accounting_event_id = l_rcv_acct_evt_id_tbl(i);
7658:
7659: IF (l_evt_typ_name in ('ADJUST_DELIVER','ADJUST_RECEIVE')) THEN

Line 8233: FROM rcv_accounting_event_types rcv_acct_evt_typ, rcv_accounting_events rcv_acct_evts

8229: ELSE
8230:
8231: SELECT event_type_name
8232: INTO l_evt_typ_name
8233: FROM rcv_accounting_event_types rcv_acct_evt_typ, rcv_accounting_events rcv_acct_evts
8234: WHERE rcv_acct_evt_typ.event_type_id = rcv_acct_evts.event_type_id
8235: AND rcv_acct_evts.accounting_event_id = l_rcv_acct_evt_id_tbl(i);
8236:
8237: IF (l_evt_typ_name in ('ADJUST_DELIVER','ADJUST_RECEIVE')) THEN