DBA Data[Home] [Help]

APPS.PO_POXPOVPS_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: l_yes_no fnd_lookups.meaning%type;
9: begin
10: P_CREATION_DATE_FROM_LP := to_char(P_CREATION_DATE_FROM,'DD-MON-YY');
11: P_CREATION_DATE_TO_LP := to_char(P_CREATION_DATE_TO,'DD-MON-YY');

Line 15: from po_lookup_codes

11: P_CREATION_DATE_TO_LP := to_char(P_CREATION_DATE_TO,'DD-MON-YY');
12: if P_orderby is not null then
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: P_orderby_displayed := l_sort ;
19: else