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:
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: