DBA Data[Home] [Help]

APPS.PSB_HR_POPULATE_DATA_PVT dependencies on FND_PROFILE

Line 4542: FND_PROFILE.GET ( name => 'PSB_USE_ACCOUNT_GENERATOR_FOR_DE' ,

4538: --
4539: -- Find if account generator process is to be used to generate ccids from
4540: -- the POETA information. The default value is 'Y'.
4541: --
4542: FND_PROFILE.GET ( name => 'PSB_USE_ACCOUNT_GENERATOR_FOR_DE' ,
4543: val => l_use_account_generator_flag );
4544:
4545: -- The default value is 'Y'.
4546: IF l_use_account_generator_flag IS NULL THEN