DBA Data[Home] [Help]

APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on FND_PROFILE

Line 6470: l_enable_update_instance := nvl(FND_PROFILE.VALUE('CSD_UPDATE_INSTANCE_ID_FOR_NON_S_IB'), 'N');

6466:
6467: --Bug#6779806
6468: --get the profile value:
6469: --CSD: Update Instance Number on Shipped Lines for Non-Serialized Installed Base Item
6470: l_enable_update_instance := nvl(FND_PROFILE.VALUE('CSD_UPDATE_INSTANCE_ID_FOR_NON_S_IB'), 'N');
6471:
6472: -- Keep count of number of records
6473: l_total_records := 0;
6474: