DBA Data[Home] [Help]

APPS.PAY_ELEMENT_ENTRY_API dependencies on FND_PROFILE

Line 1785: l_check_for_update := fnd_profile.value('PAY_CHECK_UPD_ELE_ENTRY_API');

1781: ,p_validation_start_date => l_validation_start_date
1782: ,p_validation_end_date => l_validation_end_date);
1783: --
1784: -- Bugfix 9456999
1785: l_check_for_update := fnd_profile.value('PAY_CHECK_UPD_ELE_ENTRY_API');
1786: if l_check_for_update is null then
1787: l_check_for_update := 'Y';
1788: end if;
1789: