DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on RCV_ACCOUNTING_EVENTS

Line 6197: FROM rcv_accounting_event_types rcv_acct_evt_typ, rcv_accounting_events rcv_acct_evts

6193: ELSE
6194:
6195: SELECT event_type_name
6196: INTO l_evt_typ_name
6197: FROM rcv_accounting_event_types rcv_acct_evt_typ, rcv_accounting_events rcv_acct_evts
6198: WHERE rcv_acct_evt_typ.event_type_id = rcv_acct_evts.event_type_id
6199: AND rcv_acct_evts.accounting_event_id = l_rcv_acct_evt_id_tbl(i);
6200:
6201: IF (l_evt_typ_name in ('ADJUST_DELIVER','ADJUST_RECEIVE')) THEN

Line 6769: FROM rcv_accounting_event_types rcv_acct_evt_typ, rcv_accounting_events rcv_acct_evts

6765: ELSE
6766:
6767: SELECT event_type_name
6768: INTO l_evt_typ_name
6769: FROM rcv_accounting_event_types rcv_acct_evt_typ, rcv_accounting_events rcv_acct_evts
6770: WHERE rcv_acct_evt_typ.event_type_id = rcv_acct_evts.event_type_id
6771: AND rcv_acct_evts.accounting_event_id = l_rcv_acct_evt_id_tbl(i);
6772:
6773: IF (l_evt_typ_name in ('ADJUST_DELIVER','ADJUST_RECEIVE')) THEN