DBA Data[Home] [Help]

APPS.PAY_ETU_BUS dependencies on STANDARD

Line 688: -- As inclusion_flag is validated against the standard lookup 'YES_NO' users

684: l_argument varchar2(30);
685: --
686: Begin
687: --
688: -- As inclusion_flag is validated against the standard lookup 'YES_NO' users
689: -- will not be able to add new lookup_codes. Thus only need to validate against
690: -- hr_standard_lookups, even though the table does have a business_group_id
691: -- and would expect to need to validate against hr_lookups.
692: --

Line 690: -- hr_standard_lookups, even though the table does have a business_group_id

686: Begin
687: --
688: -- As inclusion_flag is validated against the standard lookup 'YES_NO' users
689: -- will not be able to add new lookup_codes. Thus only need to validate against
690: -- hr_standard_lookups, even though the table does have a business_group_id
691: -- and would expect to need to validate against hr_lookups.
692: --
693: hr_utility.set_location('Entering: '||l_proc,5);
694: --