DBA Data[Home] [Help]

APPS.PO_POXCONST_XMLP_PKG dependencies on PO_LOOKUP_CODES

Line 10: l_sort po_lookup_codes.displayed_field%type ;

6: function BeforeReport return boolean is
7: begin
8:
9: declare
10: l_sort po_lookup_codes.displayed_field%type ;
11: begin
12:
13: QTY_PRECISION:=PO_common_xmlp_pkg.GET_PRECISION(P_QTY_PRECISION);
14: if P_orderby is not null then

Line 18: from po_lookup_codes

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