DBA Data[Home] [Help]

APPS.FND_BES_PROC dependencies on FND_WEB_CONFIG

Line 18: l_database_id := fnd_web_config.database_id();

14: begin
15: -- if not already present, add the database name to the event
16:
17: if(p_event.getValueForParameter(BES_DATABASE_ID) is null) then
18: l_database_id := fnd_web_config.database_id();
19:
20: p_event.addParameterToList(BES_DATABASE_ID, l_database_id);
21: end if;
22: