DBA Data[Home] [Help]

APPS.RCV_DEBIT_MEMO_NOTIF dependencies on RCV_TRANSACTIONS

Line 38: receiver. commenting the below selection of employee_id from rcv_transactions

34:
35: BEGIN
36:
37: /* 4698050 - debit memo failure notiifacations should goto buyer rather than to
38: receiver. commenting the below selection of employee_id from rcv_transactions
39: and getting the same from po_headers as below.
40: */
41: x_progress := '010';
42:

Line 51: from rcv_transactions

47: into x_ship_id,
48: -- EmployeeId, -- BUgFix 4698050
49: Quantity,
50: x_po_header_id
51: from rcv_transactions
52: where transaction_id = x_transaction_id ;
53:
54: x_progress := '020';
55: