DBA Data[Home] [Help]

APPS.PA_FP_UPGRADE_PKG dependencies on PA_FIN_PLAN_PUB

Line 2660: PA_FIN_PLAN_PUB.create_default_plan_txn_rec

2656: /* If there is no budget lines for some resource assignments of the current budget versions
2657: * then, the maintenance api would not create data in the new entity. In that scenario, we have
2658: * to insert those resource assignment with default applicable currency
2659: */
2660: PA_FIN_PLAN_PUB.create_default_plan_txn_rec
2661: (p_budget_version_id => l_budget_ver_tbl(m),
2662: p_calling_module => 'UPGRADE',
2663: x_return_status => l_return_status,
2664: x_msg_count => l_msg_count,

Line 2670: pa_debug.write_file('Upgrade failed due to error in PA_FIN_PLAN_PUB.create_default_plan_txn_rec',5);

2666:
2667: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
2668: THEN
2669: IF p_pa_debug_mode = 'Y' THEN
2670: pa_debug.write_file('Upgrade failed due to error in PA_FIN_PLAN_PUB.create_default_plan_txn_rec',5);
2671: END IF;
2672: raise PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
2673: END IF;
2674: /* bug 4865563: ends */