DBA Data[Home] [Help]

APPS.BENUTILS dependencies on FND_INSTALLATION

Line 2711: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

2707: hr_utility.set_location('Entering:'||l_proc, 5);
2708: --
2709: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
2710: -- following call
2711: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
2712: status => l_status,
2713: industry => l_industry,
2714: oracle_schema => l_oracle_schema);
2715:

Line 2839: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

2835: -- Get the column if is part of the primary key.
2836: --
2837: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
2838: -- following call
2839: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
2840: status => l_status,
2841: industry => l_industry,
2842: oracle_schema => l_oracle_schema);
2843: --

Line 2914: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

2910: --hr_utility.set_location('Entering:'||l_proc, 5);
2911: --
2912: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
2913: -- following call
2914: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
2915: status => l_status,
2916: industry => l_industry,
2917: oracle_schema => l_oracle_schema);
2918: open c1(l_oracle_schema);

Line 2993: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

2989: -- Get the Primary Key for the table.
2990: --
2991: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
2992: -- following call
2993: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
2994: status => l_status,
2995: industry => l_industry,
2996: oracle_schema => l_oracle_schema);
2997: --

Line 3046: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

3042: --hr_utility.set_location('Entering:'||l_proc, 5);
3043: --
3044: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
3045: -- following call
3046: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
3047: status => l_status,
3048: industry => l_industry,
3049: oracle_schema => l_oracle_schema);
3050: --

Line 3129: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

3125: -- See if attributes exist for the table
3126: --
3127: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
3128: -- following call
3129: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
3130: status => l_status,
3131: industry => l_industry,
3132: oracle_schema => l_oracle_schema);
3133: --

Line 3179: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

3175: -- get the Primary Key constraint name for the table
3176: --
3177: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
3178: -- following call
3179: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
3180: status => l_status,
3181: industry => l_industry,
3182: oracle_schema => l_oracle_schema);
3183: --