DBA Data[Home] [Help]

APPS.BIM_LEAD_FACTS_PKG dependencies on FND_INSTALLATION

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

51: l_industry VARCHAR2(5);
52: l_schema VARCHAR2(30);
53: l_return BOOLEAN;
54: BEGIN
55: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
56: fnd_message.set_name('BIM','BIM_R_START_FACTS');
57: fnd_message.set_token('P_OBJECT', 'LEADS', FALSE);
58: fnd_file.put_line(fnd_file.log,fnd_message.get);
59:

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

408: l_schema VARCHAR2(30);
409: l_return BOOLEAN;
410:
411: BEGIN
412: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
413:
414: -- Standard call to check for call compatibility.
415: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
416: p_api_version_number,