DBA Data[Home] [Help]

APPS.AMS_DMEXTRACT_PVT dependencies on FND_PROFILE

Line 1514: l_bs_rows:= fnd_profile.value_specific('AMS_BATCH_SIZE');

1510: IF (AMS_DEBUG_HIGH_ON) THEN
1511: AMS_Utility_PVT.debug_message (l_full_name || ': Start');
1512: END IF;
1513:
1514: l_bs_rows:= fnd_profile.value_specific('AMS_BATCH_SIZE');
1515: IF (l_bs_rows IS NULL OR l_bs_rows < 1) THEN
1516: l_bs_rows :=1000;
1517: END IF;
1518:

Line 2165: l_bs_rows:= fnd_profile.value_specific('AMS_BATCH_SIZE');

2161: IF (AMS_DEBUG_HIGH_ON) THEN
2162: AMS_Utility_PVT.debug_message (l_full_name || ': Start');
2163: END IF;
2164:
2165: l_bs_rows:= fnd_profile.value_specific('AMS_BATCH_SIZE');
2166: IF (l_bs_rows IS NULL OR l_bs_rows < 1) THEN
2167: l_bs_rows :=1000;
2168: END IF;
2169: