DBA Data[Home] [Help]

APPS.RCV_DEBIT_MEMO_NOTIF dependencies on PO_HEADERS_TRX_V

Line 64: po_headers_trx_v to accomodate CLM PO Number changes */

60:
61: x_progress := '030';
62:
63: /* Bug 9342280 Modified the from clause below from po_headers to
64: po_headers_trx_v to accomodate CLM PO Number changes */
65:
66: select segment1,agent_id -- BugFix 4698050
67: into PONumber,EmployeeId -- BugFix 4698050
68: from po_headers_trx_v

Line 68: from po_headers_trx_v

64: po_headers_trx_v to accomodate CLM PO Number changes */
65:
66: select segment1,agent_id -- BugFix 4698050
67: into PONumber,EmployeeId -- BugFix 4698050
68: from po_headers_trx_v
69: where po_header_id = x_po_header_id;
70:
71: x_progress := '040';
72: