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 157: hr_utility.set_location (

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

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

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

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

1037:
1038:
1039: if l_schedule_source in ('PER_ASG', 'BUS_GRP', 'HR_ORG', 'JOB', 'POS', 'LOC') then
1040:
1041: -- hr_utility.trace('Source Found :- '||l_schedule_source);
1042: l_wrk_schd_return :=
1043: hr_loc_work_schedule.calc_sch_based_dur (
1044: j.assignment_id,
1045: l_days_or_hours,

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

1797: l_job_value := null;
1798: end if;
1799: /* exception
1800: when others then
1801: hr_utility.trace('Step 12');*/
1802: -- end;
1803: end if;
1804: /* End Code for Position Code */
1805: end if;

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

2388:
2389: writetoclob (p_xml);
2390: exception
2391: when no_data_found then
2392: hr_utility.set_location ('Entered 7 EXP ', 10);
2393: end populate_details;
2394:
2395: procedure writetoclob (
2396: p_xfdf_clob out nocopy clob

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

2415: l_str17 varchar2 (30);
2416: l_iana_charset varchar2 (50);
2417: current_index pls_integer;
2418: begin
2419: hr_utility.set_location ('Entering WritetoCLOB ', 10);
2420: l_iana_charset := hr_no_utility.get_iana_charset;
2421: l_str1 := ' 2422: || '"?> ';
2423: l_str2 := '<';

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

2503: dbms_lob.writeappend (l_xfdf_string, length (l_str7), l_str7);
2504: end if;
2505:
2506: p_xfdf_clob := l_xfdf_string;
2507: hr_utility.set_location ('Leaving WritetoCLOB ', 20);
2508: exception
2509: when others then
2510: hr_utility.raise_error;
2511: end writetoclob;

Line 2510: hr_utility.raise_error;

2506: p_xfdf_clob := l_xfdf_string;
2507: hr_utility.set_location ('Leaving WritetoCLOB ', 20);
2508: exception
2509: when others then
2510: hr_utility.raise_error;
2511: end writetoclob;
2512:
2513: function get_assignment_all_hours (
2514: p_assignment_id in per_all_assignments_f.assignment_id%type,