DBA Data[Home] [Help]

APPS.ICX_GET_ORDER dependencies on PO_HEADERS_ALL

Line 12: from PO_HEADERS_ALL POHEAD

8: begin
9: select
10: SEGMENT1
11: into CODE_ID
12: from PO_HEADERS_ALL POHEAD
13: where PO_HEADER_ID = IN_HEAD_ID
14: ;
15: return CODE_ID;
16: end GET_PO_NUMBER;