DBA Data[Home] [Help]

APPS.PO_POXRQRCO_XMLP_PKG dependencies on PO_LOOKUP_CODES

Line 17: l_message1 po_lookup_codes.description%TYPE ;

13:
14:
15: DECLARE
16:
17: l_message1 po_lookup_codes.description%TYPE ;
18:
19: BEGIN
20:
21: QTY_PRECISION:=po_common_xmlp_pkg.get_precision(P_QTY_PRECISION);

Line 32: from po_lookup_codes

28:
29: if P_OE_STATUS <> 'I' then
30: select description
31: into l_message1
32: from po_lookup_codes
33: where lookup_type = 'SRW MESSAGE'
34: and lookup_code = 'CANNOT RUN PROGRAM' ;
35:
36: /*srw.message(1,l_message1) ;*/null;

Line 46: from po_lookup_codes

42: EXCEPTION WHEN USER_EXIT_FAILURE /*SRW.USER_EXIT_FAILURE */THEN
43:
44: select description
45: into l_message1
46: from po_lookup_codes
47: where lookup_type = 'SRW MESSAGE'
48: and lookup_code = 'FAILURE TO GET STATUS' ;
49:
50: /*srw.message(1,l_message1) ;*/null;