DBA Data[Home] [Help]

APPS.RCV_DEBIT_MEMO_NOTIF dependencies on PO_HEADERS

Line 39: and getting the same from po_headers as below.

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:
43: select shipment_header_id,

Line 65: from po_headers

61: x_progress := '030';
62:
63: select segment1,agent_id -- BugFix 4698050
64: into PONumber,EmployeeId -- BugFix 4698050
65: from po_headers
66: where po_header_id = x_po_header_id;
67:
68: x_progress := '040';
69: