DBA Data[Home] [Help]

APPS.AR_ARXPAR_XMLP_PKG dependencies on AR_LOOKUPS

Line 49: from ar_lookups

45: begin
46:
47: select meaning
48: into nls_yes
49: from ar_lookups
50: where lookup_type = 'YES/NO'
51: and lookup_code = 'Y';
52:
53: return(nls_yes);

Line 67: from ar_lookups

63: begin
64:
65: select meaning
66: into nls_no
67: from ar_lookups
68: where lookup_type = 'YES/NO'
69: and lookup_code = 'N';
70:
71: return(nls_no);