DBA Data[Home] [Help]

APPS.IBY_BUILD_UTILS_PKG dependencies on FND_GLOBAL

Line 87: * If FND_GLOBAL.conc_request_id is -1, it implies that

83: * Write immediate validation messages to the common
84: * application logs. Write deferred validation messages
85: * to the concurrent manager log file.
86: *
87: * If FND_GLOBAL.conc_request_id is -1, it implies that
88: * this method has not been invoked via the concurrent
89: * manager (online validation case; write to apps log).
90: */
91: IF (l_default_debug_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 93: IF (FND_GLOBAL.conc_request_id = -1) THEN

89: * manager (online validation case; write to apps log).
90: */
91: IF (l_default_debug_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
92:
93: IF (FND_GLOBAL.conc_request_id = -1) THEN
94:
95: /*
96: * OPTION I:
97: * Write debug text to the common application log file.

Line 212: IF (DBMS_LOB.INSTR(p_xml_clob, fnd_global.local_chr(10)) = 0) THEN

208: /*
209: * Do not attempt to print XML clob unless it contains
210: * CR-LFs.
211: */
212: IF (DBMS_LOB.INSTR(p_xml_clob, fnd_global.local_chr(10)) = 0) THEN
213:
214: print_debuginfo(l_module_name, 'Clob does not contain '
215: || 'CR-LFs; cannot print entire XML Clob, '
216: || 'printing a snippet ..'

Line 236: fnd_global.local_chr(10))-1);

232:
233: EXIT WHEN l_xmlstr IS NULL;
234:
235: l_line := SUBSTR(l_xmlstr,1,INSTR(l_xmlstr,
236: fnd_global.local_chr(10))-1);
237:
238: IF (l_line IS NOT NULL) THEN
239:
240: print_debuginfo('', l_line);

Line 243: fnd_global.local_chr(10))+1);

239:
240: print_debuginfo('', l_line);
241:
242: l_xmlstr := SUBSTR(l_xmlstr,INSTR(l_xmlstr,
243: fnd_global.local_chr(10))+1);
244:
245: ELSE
246:
247: /*

Line 1280: err.last_updated_by = fnd_global.user_id

1276: IBY_TRANSACTION_ERRORS err
1277: SET
1278: err.error_status = 'INACTIVE',
1279: err.last_update_date = sysdate,
1280: err.last_updated_by = fnd_global.user_id
1281: WHERE
1282: err.transaction_id = p_trxn_id AND
1283: err.transaction_type = p_trxn_type
1284: ;

Line 1305: err.last_updated_by = fnd_global.user_id

1301: IBY_TRANSACTION_ERRORS err
1302: SET
1303: err.error_status = 'INACTIVE',
1304: err.last_update_date = sysdate,
1305: err.last_updated_by = fnd_global.user_id
1306: WHERE
1307: err.transaction_id IN
1308: (
1309: SELECT