DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PVT dependencies on FND_INSTALLATION

Line 4740: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(

4736: --This is to make sure that the task_name and task_number does not exceed after
4737: --appended with prefix.
4738:
4739: --schema swap changes
4740: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(
4741: application_short_name => 'PA',
4742: status => l_fnd_status,
4743: industry => l_fnd_industry,
4744: oracle_schema => l_table_owner);

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

4745: IF NOT l_fnd_return_status
4746: THEN
4747: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_TASKS_MAINT_PVT',
4748: p_procedure_name => 'Copy_Entire_Project',
4749: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));
4750: RAISE FND_API.G_EXC_ERROR;
4751: END IF;
4752: --schema swap changes
4753:

Line 5079: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(

5075: --This is to make sure that the task_name and task_number does not exceed after
5076: --appended with prefix.
5077:
5078: --schema swap changes
5079: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(
5080: application_short_name => 'PA',
5081: status => l_fnd_status,
5082: industry => l_fnd_industry,
5083: oracle_schema => l_table_owner);

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

5084: IF NOT l_fnd_return_status
5085: THEN
5086: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_TASKS_MAINT_PVT',
5087: p_procedure_name => 'Copy_Entire_Project',
5088: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));
5089: RAISE FND_API.G_EXC_ERROR;
5090: END IF;
5091: --schema swap changes
5092:

Line 5401: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(

5397: --This is to make sure that the task_name and task_number does not exceed after
5398: --appended with prefix.
5399:
5400: --schema swap changes
5401: l_fnd_return_status := FND_INSTALLATION.GET_APP_INFO(
5402: application_short_name => 'PA',
5403: status => l_fnd_status,
5404: industry => l_fnd_industry,
5405: oracle_schema => l_table_owner);

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

5406: IF NOT l_fnd_return_status
5407: THEN
5408: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_TASKS_MAINT_PVT',
5409: p_procedure_name => 'Copy_Entire_Project',
5410: p_error_text => SUBSTRB('FND_INSTALLATION.GET_APP_INFO api call failed:'||SQLERRM,1,240));
5411: RAISE FND_API.G_EXC_ERROR;
5412: END IF;
5413: --schema swap changes
5414: