DBA Data[Home] [Help]

APPS.HR_EXTERNAL_APPLICATION dependencies on FND_WEB_CONFIG

Line 679: select fnd_web_config.database_id into l_dbc from dual;

675: End If;
676: Close C_Sel2;
677:
678: --Get dbc file
679: select fnd_web_config.database_id into l_dbc from dual;
680:
681: --First get the value from HR_EXT_AGENT
682: select fnd_profile.value('HR_KPI_AGENT') into l_hr_ext_servlet
683: from dual;