DBA Data[Home] [Help]

APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_FP_ROLLUP_PKG

Line 2442: PA_FP_ROLLUP_PKG.ROLLUP_DENORM_AMOUNTS

2438: --The Roll up API that is being called, simply assumes that all parent
2439: --level records for the updated records are available in denorm table.
2440: --This API simply takes sum of amounts at child level records and
2441: --updates the amounts on the parents.
2442: PA_FP_ROLLUP_PKG.ROLLUP_DENORM_AMOUNTS
2443: (
2444: p_budget_version_id => l_budget_version_id
2445: ,x_return_status => x_return_status
2446: ,x_msg_count => x_msg_count

Line 2454: PA_FP_ROLLUP_PKG.Refresh_Period_Denorm(

2450: period denorm records for the given budget version and
2451: then populate user entered and rollup records.
2452: */
2453:
2454: PA_FP_ROLLUP_PKG.Refresh_Period_Denorm(
2455: p_budget_version_id => l_budget_version_id
2456: ,x_return_status => x_return_status
2457: ,x_msg_count => x_msg_count
2458: ,x_msg_data => x_msg_data );