DBA Data[Home] [Help]

APPS.PO_POXRQOBO_XMLP_PKG dependencies on PO_LOOKUP_CODES

Line 23: l_message1 po_lookup_codes.description%TYPE ;

19:
20: null;
21: end;
22: DECLARE
23: l_message1 po_lookup_codes.description%TYPE ;
24: l_INDUSTRY varchar2(100);
25: l_Oracle_schema varchar2(100);
26: L_boolean_var boolean;
27: begin

Line 39: from po_lookup_codes

35: if P_OE_STATUS <> 'I' then
36:
37: select description
38: into l_message1
39: from po_lookup_codes
40: where lookup_type = 'SRW MESSAGE'
41: and lookup_code = 'CANNOT RUN PROGRAM' ;
42:
43: /*srw.message(1,l_message1) ;*/null;

Line 51: from po_lookup_codes

47:
48: EXCEPTION WHEN USER_EXIT_FAILURE /*SRW.USER_EXIT_FAILURE */THEN
49: select description
50: into l_message1
51: from po_lookup_codes
52: where lookup_type = 'SRW MESSAGE'
53: and lookup_code = 'FAILURE TO GET STATUS' ;
54:
55: /*srw.message(1,l_message1) ;*/null;