DBA Data[Home] [Help]

APPS.PA_PAXRWPST_XMLP_PKG dependencies on PA_LOOKUPS

Line 29: closing_status pa_lookups.meaning%TYPE;

25:
26:
27: declare
28: init_error exception;
29: closing_status pa_lookups.meaning%TYPE;
30: begin
31:
32: /*srw.user_exit('FND SRWINIT');*/null;
33:

Line 37: pa_lookups

33:
34:
35: if p_status_code is NOT NULL then
36: select meaning into closing_status from
37: pa_lookups
38: where
39: lookup_code = p_status_code
40: and lookup_type = 'CLOSING STATUS';
41: end if;