DBA Data[Home] [Help]

APPS.PER_PER_RKI dependencies on HR_API

Line 164: l_commit_unit_number := hr_api.return_commit_unit;

160: l_commit_unit_number number;
161: l_legislation_code varchar2(30);
162: begin
163: hr_utility.set_location('Entering: PER_PER_RKI.AFTER_INSERT', 10);
164: l_commit_unit_number := hr_api.return_commit_unit;
165: if hr_api.call_leg_hooks then
166: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
167: if l_legislation_code = 'JP' then
168: PER_JP_EXTRA_PERSON_RULES.CHK_KANA_FORMAT

Line 165: if hr_api.call_leg_hooks then

161: l_legislation_code varchar2(30);
162: begin
163: hr_utility.set_location('Entering: PER_PER_RKI.AFTER_INSERT', 10);
164: l_commit_unit_number := hr_api.return_commit_unit;
165: if hr_api.call_leg_hooks then
166: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
167: if l_legislation_code = 'JP' then
168: PER_JP_EXTRA_PERSON_RULES.CHK_KANA_FORMAT
169: (P_LAST_NAME => P_LAST_NAME

Line 166: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);

162: begin
163: hr_utility.set_location('Entering: PER_PER_RKI.AFTER_INSERT', 10);
164: l_commit_unit_number := hr_api.return_commit_unit;
165: if hr_api.call_leg_hooks then
166: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
167: if l_legislation_code = 'JP' then
168: PER_JP_EXTRA_PERSON_RULES.CHK_KANA_FORMAT
169: (P_LAST_NAME => P_LAST_NAME
170: ,P_FIRST_NAME => P_FIRST_NAME

Line 176: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_ALL_PEOPLE_F', 'AI');

172: ,P_PERSON_TYPE_ID => P_PERSON_TYPE_ID
173: );
174: end if;
175: end if;
176: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_ALL_PEOPLE_F', 'AI');
177: hr_utility.set_location(' Leaving: PER_PER_RKI.AFTER_INSERT', 20);
178: end AFTER_INSERT;
179: end PER_PER_RKI;