DBA Data[Home] [Help]

APPS.BIM_FUND_FACTS dependencies on FND_INSTALLATION

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

136: l_schema VARCHAR2(30);
137: l_return BOOLEAN;
138:
139: BEGIN
140: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
141: begin
142: fnd_message.set_name('BIM','BIM_R_PROC_START');
143: fnd_message.set_token('proc_name', 'UPDATE_BALANCE', FALSE);
144: fnd_file.put_line(fnd_file.log,fnd_message.get);

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

341: l_schema VARCHAR2(30);
342: l_return BOOLEAN;
343:
344: BEGIN
345: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
346: fnd_message.set_name('BIM','BIM_R_PROC_START');
347: fnd_message.set_token('proc_name', 'UPDATE_SUB_BALANCE', FALSE);
348: fnd_file.put_line(fnd_file.log,fnd_message.get);
349: BEGIN

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

620: l_schema VARCHAR2(30);
621: l_return BOOLEAN;
622:
623: BEGIN
624: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
625:
626: -- Standard call to check for call compatibility.
627: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
628: p_api_version_number,

Line 879: l_bol BOOLEAN := fnd_installation.get_app_info ('BIM',l_status,l_industry,l_orcl_schema);

875:
876: l_status VARCHAR2(30);
877: l_industry VARCHAR2(30);
878: l_orcl_schema VARCHAR2(30);
879: l_bol BOOLEAN := fnd_installation.get_app_info ('BIM',l_status,l_industry,l_orcl_schema);
880:
881:
882: -- Get the original tablespace, index space for application ID:'BIM'
883: CURSOR get_ts_name IS

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

905: l_schema VARCHAR2(30);
906: l_return BOOLEAN;
907:
908: BEGIN
909: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
910:
911: -- Standard call to check for call compatibility.
912: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
913: l_api_version_number,

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

2538: l_schema VARCHAR2(30);
2539: l_return BOOLEAN;
2540:
2541: BEGIN
2542: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
2543:
2544: -- Standard call to check for call compatibility.
2545: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2546: l_api_version_number,