DBA Data[Home] [Help]

APPS.BENUTILS dependencies on FND_INSTALLATION

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

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

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

2806: -- Get the column if is part of the primary key.
2807: --
2808: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
2809: -- following call
2810: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
2811: status => l_status,
2812: industry => l_industry,
2813: oracle_schema => l_oracle_schema);
2814: --

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

2866: --hr_utility.set_location('Entering:'||l_proc, 5);
2867: --
2868: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
2869: -- following call
2870: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
2871: status => l_status,
2872: industry => l_industry,
2873: oracle_schema => l_oracle_schema);
2874: open c1(l_oracle_schema);

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

2924: -- Get the Primary Key for the table.
2925: --
2926: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
2927: -- following call
2928: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
2929: status => l_status,
2930: industry => l_industry,
2931: oracle_schema => l_oracle_schema);
2932: --

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

2968: --hr_utility.set_location('Entering:'||l_proc, 5);
2969: --
2970: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
2971: -- following call
2972: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
2973: status => l_status,
2974: industry => l_industry,
2975: oracle_schema => l_oracle_schema);
2976: --

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

3041: -- See if attributes exist for the table
3042: --
3043: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
3044: -- following call
3045: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
3046: status => l_status,
3047: industry => l_industry,
3048: oracle_schema => l_oracle_schema);
3049: --

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

3091: -- get the Primary Key constraint name for the table
3092: --
3093: -- Bug 3431740 Parameter l_oracle_schema added to cursor c1, the value is got by the
3094: -- following call
3095: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
3096: status => l_status,
3097: industry => l_industry,
3098: oracle_schema => l_oracle_schema);
3099: --