DBA Data[Home] [Help]

APPS.PAY_NO_EERR_STATUS_CONTROL dependencies on HR_UTILITY

Line 30: g_debug boolean := hr_utility.debug_enabled;

26:
27: TYPE l_detailed_output_table_type IS TABLE OF t_detailed_output_tab_rec
28: INDEX BY BINARY_INTEGER ;
29:
30: g_debug boolean := hr_utility.debug_enabled;
31: g_package varchar2 (33)
32: := 'PAY_NO_EERR_STATUS_CONTROL.';
33: g_business_group_id number;
34: g_legal_employer_id number;

Line 63: hr_utility.set_location (' Entering Function GET_PARAMETER', 10);

59: l_delimiter varchar2 (1) := ' ';
60: l_proc varchar2 (240) := g_package || ' get parameter ';
61: begin
62: if g_debug then
63: hr_utility.set_location (' Entering Function GET_PARAMETER', 10);
64: end if;
65:
66: l_start_pos := instr (
67: ' ' || p_parameter_string,

Line 116: hr_utility.set_location (' Leaving Function GET_PARAMETER', 20);

112: end if;
113:
114: --
115: if g_debug then
116: hr_utility.set_location (' Leaving Function GET_PARAMETER', 20);
117: end if;
118:
119: return l_parameter;
120: end;

Line 160: hr_utility.set_location (

156: close csr_parameter_info;
157:
158: --
159: if g_debug then
160: hr_utility.set_location (
161: ' Leaving Procedure GET_ALL_PARAMETERS',
162: 30
163: );
164: end if;

Line 212: hr_utility.set_location (' Entering Procedure RANGE_CODE', 10);

208:
209: begin
210:
211: if g_debug then
212: hr_utility.set_location (' Entering Procedure RANGE_CODE', 10);
213: end if;
214:
215: p_sql :=
216: 'SELECT DISTINCT person_id

Line 1218: -- hr_utility.trace('Source Found :- '||l_schedule_source);

1214:
1215:
1216: if l_schedule_source in ('PER_ASG', 'BUS_GRP', 'HR_ORG', 'JOB', 'POS', 'LOC') then
1217:
1218: -- hr_utility.trace('Source Found :- '||l_schedule_source);
1219: l_wrk_schd_return :=
1220: hr_loc_work_schedule.calc_sch_based_dur (
1221: j.assignment_id,
1222: l_days_or_hours,

Line 1978: hr_utility.trace('Step 12');*/

1974: l_job_value := null;
1975: end if;
1976: /* exception
1977: when others then
1978: hr_utility.trace('Step 12');*/
1979: -- end;
1980: end if;
1981: /* End Code for Position Code */
1982: end if;

Line 2570: hr_utility.set_location ('Entered 7 EXP ', 10);

2566:
2567: writetoclob (p_xml);
2568: exception
2569: when no_data_found then
2570: hr_utility.set_location ('Entered 7 EXP ', 10);
2571: end populate_details;
2572:
2573: procedure writetoclob (
2574: p_xfdf_clob out nocopy clob

Line 2597: hr_utility.set_location ('Entering WritetoCLOB ', 10);

2593: l_str17 varchar2 (30);
2594: l_iana_charset varchar2 (50);
2595: current_index pls_integer;
2596: begin
2597: hr_utility.set_location ('Entering WritetoCLOB ', 10);
2598: l_iana_charset := hr_no_utility.get_iana_charset;
2599: l_str1 := ' 2600: || '"?> ';
2601: l_str2 := '<';

Line 2685: hr_utility.set_location ('Leaving WritetoCLOB ', 20);

2681: dbms_lob.writeappend (l_xfdf_string, length (l_str7), l_str7);
2682: end if;
2683:
2684: p_xfdf_clob := l_xfdf_string;
2685: hr_utility.set_location ('Leaving WritetoCLOB ', 20);
2686: exception
2687: when others then
2688: hr_utility.raise_error;
2689: end writetoclob;

Line 2688: hr_utility.raise_error;

2684: p_xfdf_clob := l_xfdf_string;
2685: hr_utility.set_location ('Leaving WritetoCLOB ', 20);
2686: exception
2687: when others then
2688: hr_utility.raise_error;
2689: end writetoclob;
2690:
2691: function get_assignment_all_hours (
2692: p_assignment_id in per_all_assignments_f.assignment_id%type,