DBA Data[Home] [Help]

APPS.HR_LIP_BUS dependencies on HR_LIP_BUS

Line 1: Package Body hr_lip_bus as

1: Package Body hr_lip_bus as
2: /* $Header: hrliprhi.pkb 115.5 2002/12/04 05:07:14 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 110: if ( nvl(hr_lip_bus.g_organization_link_id, hr_api.g_number)

106: ,p_argument => 'organization_link_id'
107: ,p_argument_value => p_organization_link_id
108: );
109: --
110: if ( nvl(hr_lip_bus.g_organization_link_id, hr_api.g_number)
111: = p_organization_link_id) then
112: --
113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global

Line 117: l_legislation_code := hr_lip_bus.g_legislation_code;

113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global
115: -- variable.
116: --
117: l_legislation_code := hr_lip_bus.g_legislation_code;
118: hr_utility.set_location(l_proc, 20);
119: else
120: --
121: -- The ID is different to the last call to this function

Line 141: hr_lip_bus.g_organization_link_id := p_organization_link_id;

137: -- Set the global variables so the values are
138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: hr_lip_bus.g_organization_link_id := p_organization_link_id;
142: hr_lip_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;

Line 142: hr_lip_bus.g_legislation_code := l_legislation_code;

138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: hr_lip_bus.g_organization_link_id := p_organization_link_id;
142: hr_lip_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;
146: end return_legislation_code;

Line 985: hr_lip_bus.set_security_group_id(p_organization_link_id => p_rec.organization_link_id);

981: --
982: Begin
983: hr_utility.set_location('Entering:'||l_proc, 5);
984: --
985: hr_lip_bus.set_security_group_id(p_organization_link_id => p_rec.organization_link_id);
986: --
987: chk_overlapping_premiums
988: (p_liability_premiums_id => p_rec.liability_premiums_id
989: ,p_organization_link_id => p_rec.organization_link_id

Line 1020: hr_lip_bus.chk_df(p_rec);

1016: ,p_liability_premiums_id => p_rec.liability_premiums_id
1017: ,p_object_version_number => p_rec.object_version_number
1018: ,p_max_remuneration => p_rec.max_remuneration);
1019: --
1020: hr_lip_bus.chk_df(p_rec);
1021: --
1022: hr_utility.set_location(' Leaving:'||l_proc, 10);
1023: End insert_validate;
1024: --

Line 1043: hr_lip_bus.set_security_group_id(p_organization_link_id => p_rec.organization_link_id);

1039: hr_utility.set_location('Entering:'||l_proc, 5);
1040: --
1041: -- Call all supporting business operations
1042: --
1043: hr_lip_bus.set_security_group_id(p_organization_link_id => p_rec.organization_link_id);
1044: --
1045: -- Call the datetrack update integrity operation
1046: --
1047: dt_update_validate

Line 1088: hr_lip_bus.chk_df(p_rec);

1084: ,p_liability_premiums_id => p_rec.liability_premiums_id
1085: ,p_object_version_number => p_rec.object_version_number
1086: ,p_max_remuneration => p_rec.max_remuneration);
1087: --
1088: hr_lip_bus.chk_df(p_rec);
1089: --
1090: hr_utility.set_location(' Leaving:'||l_proc, 10);
1091: End update_validate;
1092: --

Line 1127: end hr_lip_bus;

1123: --
1124: hr_utility.set_location(' Leaving:'||l_proc, 10);
1125: End delete_validate;
1126: --
1127: end hr_lip_bus;