DBA Data[Home] [Help]

APPS.PO_POXRVRTN_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: l_org_displayed org_organization_definitions.organization_name%type ;
12: begin
13:
14: QTY_PRECISION:=po_common_xmlp_pkg.GET_PRECISION(P_QTY_PRECISION);

Line 24: from po_lookup_codes

20: if P_sort is not null then
21:
22: select displayed_field
23: into l_sort
24: from po_lookup_codes
25: where lookup_code = P_sort
26: and lookup_type = 'SRS ORDER BY';
27:
28: P_sort_disp := l_sort ;