DBA Data[Home] [Help]

APPS.PER_CTK_BUS dependencies on PER_CTK_BUS

Line 1: Package Body per_ctk_bus as

1: Package Body per_ctk_bus as
2: /* $Header: pectkrhi.pkb 120.7 2006/09/11 20:45:03 sturlapa noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_ctk_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_ctk_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- The following two global variables are only to be
12: -- used by the return_legislation_code function.

Line 128: if ( nvl(per_ctk_bus.g_task_in_checklist_id, hr_api.g_number)

124: ,p_argument => 'task_in_checklist_id'
125: ,p_argument_value => p_task_in_checklist_id
126: );
127: --
128: if ( nvl(per_ctk_bus.g_task_in_checklist_id, hr_api.g_number)
129: = p_task_in_checklist_id) then
130: --
131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global

Line 135: l_legislation_code := per_ctk_bus.g_legislation_code;

131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global
133: -- variable.
134: --
135: l_legislation_code := per_ctk_bus.g_legislation_code;
136: hr_utility.set_location(l_proc, 20);
137: else
138: --
139: -- The ID is different to the last call to this function

Line 159: per_ctk_bus.g_task_in_checklist_id := p_task_in_checklist_id;

155: -- Set the global variables so the values are
156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: per_ctk_bus.g_task_in_checklist_id := p_task_in_checklist_id;
160: per_ctk_bus.g_legislation_code := l_legislation_code;
161: end if;
162: hr_utility.set_location(' Leaving:'|| l_proc, 40);
163: return l_legislation_code;

Line 160: per_ctk_bus.g_legislation_code := l_legislation_code;

156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: per_ctk_bus.g_task_in_checklist_id := p_task_in_checklist_id;
160: per_ctk_bus.g_legislation_code := l_legislation_code;
161: end if;
162: hr_utility.set_location(' Leaving:'|| l_proc, 40);
163: return l_legislation_code;
164: end return_legislation_code;

Line 881: per_ctk_bus.chk_checklist_id

877: --
878: -- Validate Dependent Attributes
879: --
880:
881: per_ctk_bus.chk_checklist_id
882: (p_checklist_id => p_rec.checklist_id
883: );
884: --
885: --

Line 888: per_ctk_bus.chk_task_name

884: --
885: --
886: -- Check task_name
887: --
888: per_ctk_bus.chk_task_name
889: (p_checklist_task_name => p_rec.checklist_task_name
890: ,p_task_in_checklist_id => p_rec.task_in_checklist_id
891: ,p_checklist_id => p_rec.checklist_id
892: ,p_object_version_number => p_rec.object_version_number

Line 897: per_ctk_bus.chk_duration_uom

893: );
894: --
895: -- Check Duration and duration uom
896: --
897: per_ctk_bus.chk_duration_uom
898: (p_target_duration => p_rec.target_duration
899: ,p_target_duration_uom => p_rec.target_duration_uom
900: ,p_task_in_checklist_id => p_rec.task_in_checklist_id
901: ,p_object_version_number => p_rec.object_version_number

Line 907: per_ctk_bus.chk_ckl_tsk_unique

903: );
904: --
905: /*
906: --
907: per_ctk_bus.chk_ckl_tsk_unique
908: (p_checklist_id => p_rec.checklist_id
909: ,p_checklist_task_name => p_rec.checklist_task_name
910: );
911: --

Line 913: per_ctk_bus.chk_elig_prfl_id

909: ,p_checklist_task_name => p_rec.checklist_task_name
910: );
911: --
912:
913: per_ctk_bus.chk_elig_prfl_id
914: (p_eligibility_profile_id => p_rec.p_task_in_checklist_id
915: ,p_business_group_id in => p_rec.p_task_in_checklist_id
916: ,p_effective_date in date
917: );

Line 921: per_ctk_bus.chk_elig_obj_id

917: );
918:
919:
920: --
921: per_ctk_bus.chk_elig_obj_id
922: (p_elig_obj_id => p_rec.p_task_in_checklist_id
923: ,p_business_group_id => p_rec.p_task_in_checklist_id
924: ,p_effective_date in date
925: );

Line 928: per_ctk_bus.chk_ddf(p_rec);

924: ,p_effective_date in date
925: );
926: --
927: --
928: per_ctk_bus.chk_ddf(p_rec);
929: --
930: per_ctk_bus.chk_df(p_rec);
931: --
932: */

Line 930: per_ctk_bus.chk_df(p_rec);

926: --
927: --
928: per_ctk_bus.chk_ddf(p_rec);
929: --
930: per_ctk_bus.chk_df(p_rec);
931: --
932: */
933: --
934: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 962: per_ctk_bus.chk_checklist_id

958: (p_effective_date => p_effective_date
959: ,p_rec => p_rec
960: );
961: --
962: per_ctk_bus.chk_checklist_id
963: (p_checklist_id => p_rec.checklist_id
964: );
965: --
966: --

Line 969: per_ctk_bus.chk_task_name

965: --
966: --
967: -- Check task_name
968: --
969: per_ctk_bus.chk_task_name
970: (p_checklist_task_name => p_rec.checklist_task_name
971: ,p_task_in_checklist_id => p_rec.task_in_checklist_id
972: ,p_checklist_id => p_rec.checklist_id
973: ,p_object_version_number => p_rec.object_version_number

Line 978: per_ctk_bus.chk_duration_uom

974: );
975: --
976: -- Check Duration and duration uom
977: --
978: per_ctk_bus.chk_duration_uom
979: (p_target_duration => p_rec.target_duration
980: ,p_target_duration_uom => p_rec.target_duration_uom
981: ,p_task_in_checklist_id => p_rec.task_in_checklist_id
982: ,p_object_version_number => p_rec.object_version_number

Line 988: per_ctk_bus.chk_ckl_tsk_unique

984: );
985: --
986: /*
987: --
988: per_ctk_bus.chk_ckl_tsk_unique
989: (p_checklist_id => p_rec.checklist_id
990: ,p_checklist_task_name => p_rec.checklist_task_name
991: );
992: --

Line 994: per_ctk_bus.chk_elig_prfl_id

990: ,p_checklist_task_name => p_rec.checklist_task_name
991: );
992: --
993:
994: per_ctk_bus.chk_elig_prfl_id
995: (p_eligibility_profile_id => p_rec.p_task_in_checklist_id
996: ,p_business_group_id in => p_rec.p_task_in_checklist_id
997: ,p_effective_date in date
998: );

Line 1002: per_ctk_bus.chk_elig_obj_id

998: );
999:
1000:
1001: --
1002: per_ctk_bus.chk_elig_obj_id
1003: (p_elig_obj_id => p_rec.p_task_in_checklist_id
1004: ,p_business_group_id => p_rec.p_task_in_checklist_id
1005: ,p_effective_date in date
1006: );

Line 1009: per_ctk_bus.chk_ddf(p_rec);

1005: ,p_effective_date in date
1006: );
1007: --
1008: --
1009: per_ctk_bus.chk_ddf(p_rec);
1010: --
1011: per_ctk_bus.chk_df(p_rec);
1012: --
1013: */

Line 1011: per_ctk_bus.chk_df(p_rec);

1007: --
1008: --
1009: per_ctk_bus.chk_ddf(p_rec);
1010: --
1011: per_ctk_bus.chk_df(p_rec);
1012: --
1013: */
1014: --
1015: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1035: end per_ctk_bus;

1031: --
1032: hr_utility.set_location(' Leaving:'||l_proc, 10);
1033: End delete_validate;
1034: --
1035: end per_ctk_bus;