DBA Data[Home] [Help]

APPS.PO_POXPRIPR_XMLP_PKG dependencies on PO_LOOKUP_CODES

Line 7: l_sort po_lookup_codes.displayed_field%type ;

3: USER_EXIT_FAILURE EXCEPTION;
4: function BeforeReport return boolean is
5: begin
6: declare
7: l_sort po_lookup_codes.displayed_field%type ;
8: begin
9: /*SRW.USER_EXIT('FND SRWINIT');*/null;
10: if P_orderby is not null then
11: select displayed_field

Line 13: from po_lookup_codes

9: /*SRW.USER_EXIT('FND SRWINIT');*/null;
10: if P_orderby is not null then
11: select displayed_field
12: into l_sort
13: from po_lookup_codes
14: where lookup_code = P_orderby
15: and lookup_type = 'SRS ORDER BY';
16: P_orderby_displayed := l_sort ;
17: if P_orderby = 'ITEM' then