DBA Data[Home] [Help]

APPS.PQP_GB_GAP_BEN_FORMULAS 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 72: -- hr_utility.trace_on(NULL,'REQID'); -- Pipe name REQIDnnnnnn

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

Line 106: -- hr_utility.trace_off;

102: -- IF g_nested_level = 0
103: -- AND NVL(p_trace_off,'Y') = 'Y'
104: -- THEN
105: --
106: -- hr_utility.trace_off;
107: --
108: -- END IF;
109: --
110: -- --Uncomment this code to run the package with a debug trace

Line 1304: --hr_utility.trace('Updated '||SQL%ROWCOUNT||' formulae.');

1300: UPDATE ff_formulas_f
1301: SET formula_text = l_text
1302: WHERE formula_id = p_formulas(l_formula_count);
1303:
1304: --hr_utility.trace('Updated '||SQL%ROWCOUNT||' formulae.');
1305:
1306:
1307: END;
1308: --