DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PVT dependencies on FND_INSTALLATION

Line 4720: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(

4716: --This is to make sure that the task_name and task_number does not exceed after
4717: --appended with prefix.
4718:
4719: --schema swap changes
4720: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(
4721: application_short_name => 'PA',
4722: status => l_fnd_status,
4723: industry => l_fnd_industry,
4724: oracle_schema => l_table_owner);

Line 4729: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));

4725: IF NOT l_fnd_return_status
4726: THEN
4727: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_TASKS_MAINT_PVT',
4728: p_procedure_name => 'Copy_Entire_Project',
4729: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));
4730: RAISE FND_API.G_EXC_ERROR;
4731: END IF;
4732: --schema swap changes
4733:

Line 5057: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(

5053: --This is to make sure that the task_name and task_number does not exceed after
5054: --appended with prefix.
5055:
5056: --schema swap changes
5057: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(
5058: application_short_name => 'PA',
5059: status => l_fnd_status,
5060: industry => l_fnd_industry,
5061: oracle_schema => l_table_owner);

Line 5066: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));

5062: IF NOT l_fnd_return_status
5063: THEN
5064: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_TASKS_MAINT_PVT',
5065: p_procedure_name => 'Copy_Entire_Project',
5066: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));
5067: RAISE FND_API.G_EXC_ERROR;
5068: END IF;
5069: --schema swap changes
5070:

Line 5377: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(

5373: --This is to make sure that the task_name and task_number does not exceed after
5374: --appended with prefix.
5375:
5376: --schema swap changes
5377: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(
5378: application_short_name => 'PA',
5379: status => l_fnd_status,
5380: industry => l_fnd_industry,
5381: oracle_schema => l_table_owner);

Line 5386: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));

5382: IF NOT l_fnd_return_status
5383: THEN
5384: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_TASKS_MAINT_PVT',
5385: p_procedure_name => 'Copy_Entire_Project',
5386: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));
5387: RAISE FND_API.G_EXC_ERROR;
5388: END IF;
5389: --schema swap changes
5390: