DBA Data[Home] [Help]

APPS.BIM_I_LEAD_FACTS_PKG dependencies on FND_INSTALLATION

Line 316: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);

312: l_sysdate date;
313:
314: BEGIN
315:
316: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
317:
318: -- Standard call to check for call compatibility.
319: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
320: p_api_version_number,

Line 874: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);

870: l_schema VARCHAR2(30);
871: l_return BOOLEAN;
872: l_sysdate date;
873: BEGIN
874: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
875: -- Standard call to check for call compatibility.
876: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
877: p_api_version_number,
878: l_api_name,