DBA Data[Home] [Help]

APPS.PO_POXVDVOH_XMLP_PKG dependencies on PO_LOOKUP_CODES

Line 8: l_sort po_lookup_codes.displayed_field%type ;

4: function BeforeReport return boolean is
5: begin
6:
7: declare
8: l_sort po_lookup_codes.displayed_field%type ;
9: begin
10:
11: if P_orderby is not null then
12:

Line 15: from po_lookup_codes

11: if P_orderby is not null then
12:
13: select displayed_field
14: into l_sort
15: from po_lookup_codes
16: where lookup_code = P_orderby
17: and lookup_type = 'SRS ORDER BY';
18:
19: P_orderby_displayed := l_sort ;