DBA Data[Home] [Help]

APPS.PAY_USER_COLUMNS_PKG dependencies on HR_UTILITY

Line 329: hr_utility.set_location (l_package_name,1);

325: select base_user_column_name into original_user_column_name
326: from pay_user_columns_vl
327: where row_id = p_rowid;
328: if(p_base_user_column_name <> original_user_column_name) then
329: hr_utility.set_location (l_package_name,1);
330: fnd_message.set_name ('PER','PER_52480_SSM_NON_UPD_FIELD'); -- checkformat failure
331: fnd_message.raise_error;
332: end if;
333: --

Line 472: hr_utility.set_location (l_package_name,10);

468: BEGIN
469: l_package_name := 'PAY_USER_COLUMNS_PKG.VALIDATE_TRANSLATION';
470: l_business_group_id := p_business_group_id;
471: l_legislation_code := p_legislation_code;
472: hr_utility.set_location (l_package_name,10);
473: OPEN c_translation(language, user_column_name,user_column_id,g_user_table_id,
474: l_business_group_id,l_legislation_code);
475: hr_utility.set_location (l_package_name,50);
476: FETCH c_translation INTO g_dummy;

Line 475: hr_utility.set_location (l_package_name,50);

471: l_legislation_code := p_legislation_code;
472: hr_utility.set_location (l_package_name,10);
473: OPEN c_translation(language, user_column_name,user_column_id,g_user_table_id,
474: l_business_group_id,l_legislation_code);
475: hr_utility.set_location (l_package_name,50);
476: FETCH c_translation INTO g_dummy;
477:
478: IF c_translation%NOTFOUND THEN
479: hr_utility.set_location (l_package_name,60);

Line 479: hr_utility.set_location (l_package_name,60);

475: hr_utility.set_location (l_package_name,50);
476: FETCH c_translation INTO g_dummy;
477:
478: IF c_translation%NOTFOUND THEN
479: hr_utility.set_location (l_package_name,60);
480: CLOSE c_translation;
481: ELSE
482: hr_utility.set_location (l_package_name,70);
483: CLOSE c_translation;

Line 482: hr_utility.set_location (l_package_name,70);

478: IF c_translation%NOTFOUND THEN
479: hr_utility.set_location (l_package_name,60);
480: CLOSE c_translation;
481: ELSE
482: hr_utility.set_location (l_package_name,70);
483: CLOSE c_translation;
484: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');
485: fnd_message.raise_error;
486: END IF;

Line 487: hr_utility.set_location ('Leaving:'||l_package_name,80);

483: CLOSE c_translation;
484: fnd_message.set_name('PAY','HR_TRANSLATION_EXISTS');
485: fnd_message.raise_error;
486: END IF;
487: hr_utility.set_location ('Leaving:'||l_package_name,80);
488: END validate_translation;
489: --
490:
491: function return_dml_status