DBA Data[Home] [Help]

APPS.BIM_I_BGT_FACTS_PKG dependencies on FND_INSTALLATION

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

356: l_schema VARCHAR2(30);
357: l_return BOOLEAN;
358: BEGIN
359:
360: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
361:
362: --dbms_output.put_line('inside first load:'|| p_start_date || ' '|| p_end_date);
363:
364: -- Standard call to check for call compatibility.

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

1638: l_schema VARCHAR2(30);
1639: l_return BOOLEAN;
1640:
1641: BEGIN
1642: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
1643: --dbms_output.put_line('inside sub load:'||p_start_date || ' '|| p_end_date);
1644:
1645: -- Standard call to check for call compatibility.
1646: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,