DBA Data[Home] [Help]

APPS.PQP_GB_TP_PENSION_EXTRACTS dependencies on HR_UTILITY

Line 24: hr_utility.set_location

20: - LEAST(LENGTH(p_trace_message)
21: ,l_MAX_MESSAGE_LENGTH)
22: );
23:
24: hr_utility.set_location
25: (l_padding||
26: SUBSTR(p_trace_message
27: ,GREATEST(-LENGTH(p_trace_message),-l_MAX_MESSAGE_LENGTH))
28: ,p_trace_location);

Line 32: hr_utility.trace(SUBSTR(p_trace_message,1,250));

28: ,p_trace_location);
29:
30: ELSE
31:
32: hr_utility.trace(SUBSTR(p_trace_message,1,250));
33:
34: END IF;
35:
36: END debug;

Line 75: -- hr_utility.trace_on(NULL,'REQID'); -- Pipe name REQIDnnnnnn

71: -- IF g_nested_level = 0 -- swtich tracing on/off at the top level only
72: -- AND NVL(p_trace_on,'N') = 'Y'
73: -- THEN
74: --
75: -- hr_utility.trace_on(NULL,'REQID'); -- Pipe name REQIDnnnnnn
76: --
77: -- END IF; -- if nested level = 0
78: --
79: -- --Uncomment this code to run the extract with a debug trace

Line 116: hr_utility.trace_on(NULL,'REQID'); -- Pipe name REQIDnnnnnn

112: IF NVL(p_trace_on,'N') = 'Y'
113: OR
114: g_trace = 'Y' THEN
115:
116: hr_utility.trace_on(NULL,'REQID'); -- Pipe name REQIDnnnnnn
117: g_debug := hr_utility.debug_enabled;
118:
119: END IF; -- NVL(p_trace_on,'N') = 'Y'
120: --

Line 117: g_debug := hr_utility.debug_enabled;

113: OR
114: g_trace = 'Y' THEN
115:
116: hr_utility.trace_on(NULL,'REQID'); -- Pipe name REQIDnnnnnn
117: g_debug := hr_utility.debug_enabled;
118:
119: END IF; -- NVL(p_trace_on,'N') = 'Y'
120: --
121: END IF; -- if nested level = 0

Line 150: hr_utility.trace_off;

146: )
147: OR
148: NVL(p_trace_off,'N') = 'Y' THEN
149:
150: hr_utility.trace_off;
151:
152: END IF; -- (g_nested_level = 0
153:
154:

Line 161: -- hr_utility.trace_off;

157: -- IF g_nested_level = 0
158: -- AND NVL(p_trace_off,'Y') = 'Y'
159: -- THEN
160: --
161: -- hr_utility.trace_off;
162: --
163: -- END IF;
164: --
165: -- --Uncomment this code to run the extract with a debug trace