DBA Data[Home] [Help]

APPS.PA_PAXRWLCR_XMLP_PKG dependencies on PA_LOOKUPS

Line 29: Sort_By_Name pa_lookups.meaning%TYPE;

25:
26:
27: declare
28: init_error exception;
29: Sort_By_Name pa_lookups.meaning%TYPE;
30: begin
31: /*srw.user_exit('FND SRWINIT');*/null;
32:
33: if SORT_BY is not NULL then

Line 34: select meaning into Sort_By_Name from pa_lookups

30: begin
31: /*srw.user_exit('FND SRWINIT');*/null;
32:
33: if SORT_BY is not NULL then
34: select meaning into Sort_By_Name from pa_lookups
35: where lookup_code = SORT_BY
36: and lookup_type = 'LABOR RATE SORT BY';
37: end if;
38: C_Sort_By_Name := Sort_By_Name;