DBA Data[Home] [Help]

APPS.XLA_UTILITY_PKG dependencies on FND_GLOBAL

Line 93: | fnd_global |

89: | dbms_session |
90: | fnd_file |
91: | fnd_log |
92: | fnd_request |
93: | fnd_global |
94: | |
95: | HISTORY |
96: | 07-Dec-95 P. Labrevois Created |
97: | 08-Feb-01 Created for XLA |

Line 1296: g_RequestId := fnd_global.conc_request_id;

1292: -- Get the request id. This will be used to determinate if the program is running within a
1293: -- concurrent program or not.
1294: -- A direct call to fnd is used to avoid side effects when the debug is implicity launched
1295: --
1296: g_RequestId := fnd_global.conc_request_id;
1297:
1298: IF g_trace = 'Y'
1299: OR g_stat = 'Y' THEN
1300: