DBA Data[Home] [Help]

APPS.PQP_BUDGET_MAINTENANCE dependencies on PQP_UTILITIES

Line 73: pqp_utilities.debug(p_trace_message, p_trace_location);

69: BEGIN
70: --
71: IF NOT g_is_concurrent_program_run
72: THEN
73: pqp_utilities.debug(p_trace_message, p_trace_location);
74: ELSE
75: IF p_trace_location IS NULL
76: THEN
77: fnd_file.put_line(fnd_file.LOG, p_trace_message);

Line 95: pqp_utilities.debug_enter(p_proc_name, p_trace_on);

91: IS
92: BEGIN
93: IF NOT g_is_concurrent_program_run
94: THEN
95: pqp_utilities.debug_enter(p_proc_name, p_trace_on);
96: ELSE
97: fnd_file.put_line(fnd_file.LOG, RPAD(p_proc_name, 80, ' ') || '+0');
98: END IF;
99: END debug_enter;

Line 109: pqp_utilities.debug_exit(p_proc_name, p_trace_off);

105: IS
106: BEGIN
107: IF NOT g_is_concurrent_program_run
108: THEN
109: pqp_utilities.debug_exit(p_proc_name, p_trace_off);
110: ELSE
111: fnd_file.put_line(fnd_file.LOG, RPAD(p_proc_name, 80, ' ') || '-0');
112: END IF;
113: END debug_exit;

Line 121: pqp_utilities.debug_others(p_proc_name, p_proc_step);

117: ,p_proc_step IN NUMBER DEFAULT NULL
118: )
119: IS
120: BEGIN
121: pqp_utilities.debug_others(p_proc_name, p_proc_step);
122: END debug_others;
123:
124: PROCEDURE clear_cache
125: IS

Line 2572: pqp_utilities.get_events(p_assignment_id => p_assignment_id

2568: debug('l_event_group_name: ' || l_event_group_name);
2569: END IF;
2570:
2571: l_no_of_events :=
2572: pqp_utilities.get_events(p_assignment_id => p_assignment_id
2573: ,p_element_entry_id => NULL
2574: ,p_business_group_id => p_business_group_id
2575: ,p_process_mode => 'ENTRY_EFFECTIVE_DATE'
2576: ,p_event_group_name => l_event_group_name