DBA Data[Home] [Help]

APPS.PA_PAXRWLCO_XMLP_PKG dependencies on PA_LOOKUPS

Line 32: Sort_By_Name pa_lookups.meaning%TYPE;

28: declare
29:
30: init_error exception;
31: Org_Name hr_organization_units.name%TYPE;
32: Sort_By_Name pa_lookups.meaning%TYPE;
33:
34: begin
35:
36: /*srw.user_exit('FND SRWINIT');*/null;

Line 47: select meaning into Sort_By_Name from pa_lookups

43: where organization_id = START_ORG_ID;
44: end if;
45: C_Org_Name := Org_Name;
46: if SORT_BY is not NULL then
47: select meaning into Sort_By_Name from pa_lookups
48: where lookup_code = SORT_BY
49: and lookup_type ='LABOR RATE SORT BY';
50: end if;
51: C_Sort_By_Name := Sort_By_Name;