DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_COST

Line 12434: * this can be defined at the project level. PA_COST_DIST_OVERRIDES stores configurations defined

12430: print_msg('RevOvrCur['||l_revenue_override_currency||']gRaBlCurCode['||g_ra_bl_txn_currency_code||']TxnCur['||l_txn_currency_code||']');
12431: */
12432:
12433: /* Bug fix: 3861970 For people resource class, the organization override must be considered
12434: * this can be defined at the project level. PA_COST_DIST_OVERRIDES stores configurations defined
12435: * at the project level that redirect specific costs and revenue to another organization. You can define a
12436: * cost distribution override to redirect the costs and revenues generated by a specific employee or by all
12437: * employees assigned to a specified organization. You can optionally redirect only certain costs and
12438: * revenues by specifying an expenditure category.

Line 12448: pa_cost.Override_exp_organization

12444: * If z.resource_class_code = 'PEOPLE' Then
12445: */
12446: IF l_override_organization_id is NULL Then
12447: l_stage := 699.1;
12448: pa_cost.Override_exp_organization
12449: (P_item_date => z.start_date
12450: ,P_person_id => z.person_id
12451: ,P_project_id => p_project_id
12452: ,P_incurred_by_organz_id => z.organization_id

Line 12459: --print_msg(l_stage||'Return status of pa_cost.Override_exp_organization retSts['||l_return_status||']');

12455: ,X_return_status => l_return_status
12456: ,X_msg_count => x_msg_count
12457: ,X_msg_data => x_msg_data
12458: );
12459: --print_msg(l_stage||'Return status of pa_cost.Override_exp_organization retSts['||l_return_status||']');
12460: End If;
12461: /* End of bug fix: 4232181 End If; */
12462: /* End of bug fix: 3861970 */
12463: