DBA Data[Home] [Help]

APPS.PAY_EEI_MIG_BUS dependencies on PAY_EEI_MIG_BUS

Line 1: Package Body pay_eei_mig_bus as

1: Package Body pay_eei_mig_bus as
2: /* $Header: pyeeimhi.pkb 120.0 2005/12/16 14:58:55 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_eei_mig_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 115: if ( nvl(pay_eei_mig_bus.g_element_type_extra_info_id, hr_api.g_number)

111: ,p_argument => 'element_type_extra_info_id'
112: ,p_argument_value => p_element_type_extra_info_id
113: );
114: --
115: if ( nvl(pay_eei_mig_bus.g_element_type_extra_info_id, hr_api.g_number)
116: = p_element_type_extra_info_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 122: l_legislation_code := pay_eei_mig_bus.g_legislation_code;

118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global
120: -- variable.
121: --
122: l_legislation_code := pay_eei_mig_bus.g_legislation_code;
123: hr_utility.set_location(l_proc, 20);
124: else
125: --
126: -- The ID is different to the last call to this function

Line 146: pay_eei_mig_bus.g_element_type_extra_info_id := p_element_type_extra_info_id;

142: -- Set the global variables so the values are
143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: pay_eei_mig_bus.g_element_type_extra_info_id := p_element_type_extra_info_id;
147: pay_eei_mig_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;

Line 147: pay_eei_mig_bus.g_legislation_code := l_legislation_code;

143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: pay_eei_mig_bus.g_element_type_extra_info_id := p_element_type_extra_info_id;
147: pay_eei_mig_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;

Line 830: pay_eei_mig_bus.chk_input_value(p_input_Value => p_eei_information9

826: end if;
827:
828: -- Validate that Input Value Name entered is correct
829: if p_eei_information9 is not null then
830: pay_eei_mig_bus.chk_input_value(p_input_Value => p_eei_information9
831: ,p_element_type_id => p_element_type_id);
832: end if;
833:
834: -- If Pay Source Value is other than Input Value then

Line 1013: pay_eei_mig_bus.chk_ddf(p_rec);

1009: --
1010: end if;
1011: --
1012: if (pay_element_eit_swi.g_migration) then
1013: pay_eei_mig_bus.chk_ddf(p_rec);
1014: end if;
1015:
1016: --
1017: pay_eei_mig_bus.chk_df(p_rec);

Line 1017: pay_eei_mig_bus.chk_df(p_rec);

1013: pay_eei_mig_bus.chk_ddf(p_rec);
1014: end if;
1015:
1016: --
1017: pay_eei_mig_bus.chk_df(p_rec);
1018: --
1019:
1020: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1021: --

Line 1022: pay_eei_mig_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,

1018: --
1019:
1020: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1021: --
1022: pay_eei_mig_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,
1023: p_qualifier => p_rec.eei_information3,
1024: p_element_type_id => p_rec.element_type_id );
1025:
1026:

Line 1028: pay_eei_mig_bus.chk_mandatory_params(

1024: p_element_type_id => p_rec.element_type_id );
1025:
1026:
1027:
1028: pay_eei_mig_bus.chk_mandatory_params(
1029: p_eei_information2 => p_rec.eei_information2
1030: ,p_eei_information7 => p_rec.eei_information7
1031: ,p_eei_information8 => p_rec.eei_information8
1032: ,p_eei_information9 => p_rec.eei_information9

Line 1041: pay_eei_mig_bus.chk_duplicate_rate_type (

1037: end if;
1038:
1039: if (p_rec.information_type = 'PQP_UK_RATE_TYPE') then
1040: --
1041: pay_eei_mig_bus.chk_duplicate_rate_type (
1042: p_element_type_extra_info_id => p_rec.element_type_extra_info_id,
1043: p_element_type_id => p_rec.element_type_id,
1044: p_rate_type => p_rec.eei_information1
1045: );

Line 1052: pay_eei_mig_bus.chk_duplicate_element_code (

1048:
1049: if (p_rec.information_type = 'PQP_GB_PENSERV_ALLOWANCE_INFO') OR
1050: (p_rec.information_type = 'PQP_GB_PENSERV_BONUS_INFO')then
1051: --
1052: pay_eei_mig_bus.chk_duplicate_element_code (
1053: p_element_type_id => p_rec.element_type_id
1054: ,p_element_code => p_rec.eei_information2
1055: ,p_information_type => p_rec.information_type
1056: );

Line 1110: pay_eei_mig_bus.chk_ddf(p_rec);

1106: );
1107: --
1108: --
1109: if (pay_element_eit_swi.g_migration) then
1110: pay_eei_mig_bus.chk_ddf(p_rec);
1111: end if;
1112: --
1113: pay_eei_mig_bus.chk_df(p_rec);
1114: --

Line 1113: pay_eei_mig_bus.chk_df(p_rec);

1109: if (pay_element_eit_swi.g_migration) then
1110: pay_eei_mig_bus.chk_ddf(p_rec);
1111: end if;
1112: --
1113: pay_eei_mig_bus.chk_df(p_rec);
1114: --
1115:
1116: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1117: --

Line 1118: pay_eei_mig_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,

1114: --
1115:
1116: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1117: --
1118: pay_eei_mig_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,
1119: p_qualifier => p_rec.eei_information3,
1120: p_element_type_id => p_rec.element_type_id);
1121: --
1122:

Line 1123: pay_eei_mig_bus.chk_mandatory_params(

1119: p_qualifier => p_rec.eei_information3,
1120: p_element_type_id => p_rec.element_type_id);
1121: --
1122:
1123: pay_eei_mig_bus.chk_mandatory_params(
1124: p_eei_information2 => p_rec.eei_information2
1125: ,p_eei_information7 => p_rec.eei_information7
1126: ,p_eei_information8 => p_rec.eei_information8
1127: ,p_eei_information9 => p_rec.eei_information9

Line 1135: pay_eei_mig_bus.chk_duplicate_rate_type (

1131:
1132: end if;
1133: if (p_rec.information_type = 'PQP_UK_RATE_TYPE') then
1134: --
1135: pay_eei_mig_bus.chk_duplicate_rate_type (
1136: p_element_type_extra_info_id => p_rec.element_type_extra_info_id,
1137: p_element_type_id => p_rec.element_type_id,
1138: p_rate_type => p_rec.eei_information1
1139: );

Line 1146: pay_eei_mig_bus.chk_duplicate_element_code (

1142:
1143: if (p_rec.information_type = 'PQP_GB_PENSERV_ALLOWANCE_INFO') OR
1144: (p_rec.information_type = 'PQP_GB_PENSERV_BONUS_INFO')then
1145: --
1146: pay_eei_mig_bus.chk_duplicate_element_code (
1147: p_element_type_id => p_rec.element_type_id
1148: ,p_element_code => p_rec.eei_information2
1149: ,p_information_type => p_rec.information_type
1150: );

Line 1175: end pay_eei_mig_bus;

1171: --
1172: hr_utility.set_location(' Leaving:'||l_proc, 10);
1173: End delete_validate;
1174: ---
1175: end pay_eei_mig_bus;