DBA Data[Home] [Help]

APPS.BIS_BIA_RSG_PSTATE dependencies on FND_PROFILE

Line 114: l_value := fnd_profile.value('BIS_LOAD_SCHEDULE');

110: IS
111: l_value varchar2(32767);
112: l_url varchar2(32767);
113: BEGIN
114: l_value := fnd_profile.value('BIS_LOAD_SCHEDULE');
115: if (l_value is not null) then
116: l_url := '''Plan''';
117: else
118: l_url := ''' ''';

Line 243: plan_url := fnd_profile.value('BIS_LOAD_SCHEDULE');

239: debug('Error happened while trying to update the status of those request sets that were terminated by user. Report MAY show terminated request sets as running');
240: END;
241:
242: --CODE ADDED FOR BUG 4418935
243: plan_url := fnd_profile.value('BIS_LOAD_SCHEDULE');
244: if(plan_url is null) then
245: plan_url := ' ';
246: end if;
247: