DBA Data[Home] [Help]

APPS.PAY_FI_ARCHIVE_LTFA dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: archive_assact_id NUMBER);
6:
7: TYPE lock_table IS TABLE OF lock_rec INDEX BY BINARY_INTEGER;
8:
9: g_debug boolean := hr_utility.debug_enabled;
10: g_lock_table lock_table;
11: g_index NUMBER := -1;
12: g_index_assact NUMBER := -1;
13: g_index_bal NUMBER := -1;

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

38: BEGIN
39: --
40: fnd_file.put_line(fnd_file.log,'Range Code 23'||p_token);
41: IF g_debug THEN
42: hr_utility.set_location(' Entering Function GET_PARAMETER',10);
43: END IF;
44: l_start_pos := instr(' '||p_parameter_string,l_delimiter||p_token||'=');
45: --
46: IF l_start_pos = 0 THEN

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

64: END IF;
65: END IF;
66: --
67: IF g_debug THEN
68: hr_utility.set_location(' Leaving Function GET_PARAMETER',20);
69: END IF;
70:
71: --fnd_file.put_line(fnd_file.log,'Range Code 24');
72: RETURN l_parameter;

Line 122: hr_utility.set_location(' Leaving Procedure GET_ALL_PARAMETERS',30);

118:
119: --fnd_file.put_line(fnd_file.log,'Range Code 22');
120: --
121: IF g_debug THEN
122: hr_utility.set_location(' Leaving Procedure GET_ALL_PARAMETERS',30);
123: END IF;
124: --fnd_file.put_line(fnd_file.log,'Range Code 22222');
125: END GET_ALL_PARAMETERS;
126:

Line 306: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);

302:
303: --fnd_file.put_line(fnd_file.log,'Range Code 1');
304:
305: IF g_debug THEN
306: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);
307: END IF;
308:
309: p_sql := 'SELECT DISTINCT person_id
310: FROM per_people_f ppf

Line 356: hr_utility.set_location('Entered Procedure GETDATA',10);

352:
353: l_dept_code:='';
354:
355: --fnd_file.put_line(fnd_file.log,'Range Code 5');
356: hr_utility.set_location('Entered Procedure GETDATA',10);
357:
358: OPEN csr_Legal_Emp_Details(g_legal_employer_id, g_pension_ins_num, g_effective_date);
359: FETCH csr_Legal_Emp_Details INTO rg_Legal_Emp_Details;
360: CLOSE csr_Legal_Emp_Details;

Line 414: hr_utility.set_location('Calculation for Local Unit',40);

410: END;
411:
412: l_emp_type:='LU' ;
413: l_emp_id:=g_local_unit_id;
414: hr_utility.set_location('Calculation for Local Unit',40);
415:
416: /* Pick up the details belonging to Local Unit */
417:
418: OPEN csr_Local_Unit_Details( g_local_unit_id);

Line 444: hr_utility.set_location('Pick up the details belonging to Local Unit',60);

440: CLOSE csr_lu_pp_dtls;
441:
442: l_customer_num :=rg_lu_pp_dtls.ORG_INFORMATION2 ;
443: */
444: hr_utility.set_location('Pick up the details belonging to Local Unit',60);
445: --fnd_file.put_line(fnd_file.log,'Range Code 7');
446:
447: ELSE
448: --fnd_file.put_line(fnd_file.log,'Range Code 8');

Line 572: hr_utility.set_location(' Leaving Procedure RANGE_CODE',50);

568:
569: g_emp_type := l_emp_type;
570:
571: IF g_debug THEN
572: hr_utility.set_location(' Leaving Procedure RANGE_CODE',50);
573: END IF;
574: EXCEPTION
575: WHEN others THEN
576: IF g_debug THEN

Line 577: hr_utility.set_location('error raised assignment_action_code ',5);

573: END IF;
574: EXCEPTION
575: WHEN others THEN
576: IF g_debug THEN
577: hr_utility.set_location('error raised assignment_action_code ',5);
578: END if;
579: RAISE;
580: END RANGE_CODE;
581:

Line 724: hr_utility.set_location(' Entering Procedure ASSIGNMENT_ACTION_CODE',60);

720: l_action_info_id NUMBER;
721: l_ovn NUMBER;
722: BEGIN
723: IF g_debug THEN
724: hr_utility.set_location(' Entering Procedure ASSIGNMENT_ACTION_CODE',60);
725: END IF;
726:
727: --fnd_file.put_line(fnd_file.log,'Assignment Action Code 1');
728: PAY_FI_ARCHIVE_LTFA.GET_ALL_PARAMETERS(

Line 830: hr_utility.set_location(' Leaving Procedure ASSIGNMENT_ACTION_CODE',70);

826: END LOOP;
827: END IF;
828: --fnd_file.put_line(fnd_file.log,'Assignment Action Code 7');
829: IF g_debug THEN
830: hr_utility.set_location(' Leaving Procedure ASSIGNMENT_ACTION_CODE',70);
831: END IF;
832: EXCEPTION
833: WHEN others THEN
834: IF g_debug THEN

Line 835: hr_utility.set_location('error raised assignment_action_code ',5);

831: END IF;
832: EXCEPTION
833: WHEN others THEN
834: IF g_debug THEN
835: hr_utility.set_location('error raised assignment_action_code ',5);
836: END if;
837: RAISE;
838:
839: END ASSIGNMENT_ACTION_CODE;

Line 846: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);

842: IS
843:
844: BEGIN
845: IF g_debug THEN
846: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
847: END IF;
848:
849: IF g_debug THEN
850: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

Line 850: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

846: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
847: END IF;
848:
849: IF g_debug THEN
850: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);
851: END IF;
852:
853: EXCEPTION
854: WHEN others THEN

Line 856: hr_utility.set_location('error raised initialization code ',5);

852:
853: EXCEPTION
854: WHEN others THEN
855: IF g_debug THEN
856: hr_utility.set_location('error raised initialization code ',5);
857: END if;
858: RAISE;
859: END INITIALIZATION_CODE;
860:

Line 908: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',380);

904:
905:
906: BEGIN
907: IF g_debug THEN
908: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',380);
909: END IF;
910: --fnd_file.put_line(fnd_file.log,'Archive Code 1');
911:
912:

Line 1070: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',390);

1066:
1067: --fnd_file.put_line(fnd_file.log,'Archive Code 9');
1068: END IF;---ARCHIVE=YES
1069: IF g_debug THEN
1070: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',390);
1071: END IF;
1072:
1073:
1074: EXCEPTION

Line 1077: hr_utility.set_location('error raised in archive code ',5);

1073:
1074: EXCEPTION
1075: WHEN others THEN
1076: IF g_debug THEN
1077: hr_utility.set_location('error raised in archive code ',5);
1078: END if;
1079: RAISE;
1080: END ARCHIVE_CODE;
1081:

Line 1127: hr_utility.set_location(' Entering Procedure DEINITIALIZATION_CODE',380);

1123: l_pension_type hr_organization_information.org_information1%TYPE ;
1124: */
1125: BEGIN
1126: IF g_debug THEN
1127: hr_utility.set_location(' Entering Procedure DEINITIALIZATION_CODE',380);
1128: END IF;
1129: /*
1130: --fnd_file.put_line(fnd_file.log,'Deinitialization Code 1');
1131: PAY_FI_ARCHIVE_LTFA.GET_ALL_PARAMETERS(

Line 1208: hr_utility.set_location(' Leaving Procedure DEINITIALIZATION_CODE',390);

1204: END IF;---ARCHIVE=YES
1205:
1206: */
1207: IF g_debug THEN
1208: hr_utility.set_location(' Leaving Procedure DEINITIALIZATION_CODE',390);
1209: END IF;
1210:
1211: EXCEPTION
1212: WHEN others THEN

Line 1214: hr_utility.set_location('error raised in DEINITIALIZATION_CODE ',5);

1210:
1211: EXCEPTION
1212: WHEN others THEN
1213: IF g_debug THEN
1214: hr_utility.set_location('error raised in DEINITIALIZATION_CODE ',5);
1215: END if;
1216: RAISE;
1217: END;
1218: