DBA Data[Home] [Help]

APPS.PO_GA_PVT dependencies on PO_LINES_MERGE_V

Line 2372: select from_line_id, decode(from_header_id, NULL,contract_id, from_header_id ) from po_lines_merge_v where po_header_id = p_po_header_id and draft_id = p_draft_id; --Bug 13540474

2368: l_api_return_status VARCHAR2(1);
2369: l_api_msg_data VARCHAR2(2000);
2370:
2371: cursor lines_csr is
2372: select from_line_id, decode(from_header_id, NULL,contract_id, from_header_id ) from po_lines_merge_v where po_header_id = p_po_header_id and draft_id = p_draft_id; --Bug 13540474
2373:
2374: l_po_line_id PO_LINES_ALL.po_line_id%type;
2375: l_src_doc_id PO_HEADERS_ALL.po_header_id%TYPE;
2376: