DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PA_COSTING

Line 2263: print_message('get_denom_curr_code: ' || 'calling pa_costing reversecdl api from work type adjustment api');

2259: IF ( l_gl_accounted_flag = 'Y' and l_system_linkage_function <> 'VI' )
2260: OR ( p_billable_change = 'N') then
2261:
2262: IF P_DEBUG_MODE THEN
2263: print_message('get_denom_curr_code: ' || 'calling pa_costing reversecdl api from work type adjustment api');
2264: END IF;
2265: Pa_Costing.ReverseCdl
2266: ( X_expenditure_item_id => p_exp_item_id
2267: , X_billable_flag => p_billable

Line 2265: Pa_Costing.ReverseCdl

2261:
2262: IF P_DEBUG_MODE THEN
2263: print_message('get_denom_curr_code: ' || 'calling pa_costing reversecdl api from work type adjustment api');
2264: END IF;
2265: Pa_Costing.ReverseCdl
2266: ( X_expenditure_item_id => p_exp_item_id
2267: , X_billable_flag => p_billable
2268: , X_amount => NULL
2269: , X_quantity => NULL

Line 2702: Pa_Costing.ReverseCdl( X_expenditure_item_id => ItemsIdTab(i)

2698: /* Bug 4610677 - Reversal CDL will not be created for GL Accounted VI and ER transactions */
2699: IF p_gl_accounted_flag = 'Y' and
2700: p_system_linkage_function NOT IN ('VI','ER','INV') THEN
2701:
2702: Pa_Costing.ReverseCdl( X_expenditure_item_id => ItemsIdTab(i)
2703: , X_billable_flag => X_billable
2704: , X_amount => NULL
2705: , X_quantity => NULL
2706: , X_burdened_cost => NULL

Line 2845: Pa_Costing.ReverseCdl( X_expenditure_item_id => AdjustsIdTab(i)

2841: AND expenditure_item_id = AdjustsIdTab(i) ;
2842:
2843: IF p_gl_accounted_flag = 'Y' THEN
2844:
2845: Pa_Costing.ReverseCdl( X_expenditure_item_id => AdjustsIdTab(i)
2846: , X_billable_flag => X_billable
2847: , X_amount => NULL
2848: , X_quantity => NULL
2849: , X_burdened_cost => NULL

Line 3072: print_message('get_denom_curr_code: ' || 'calling Pa_Costing.CreateReverseCdl api');

3068: Call procedure to create CDL for the backout item (if necessary)
3069: */
3070:
3071: IF P_DEBUG_MODE THEN
3072: print_message('get_denom_curr_code: ' || 'calling Pa_Costing.CreateReverseCdl api');
3073: END IF;
3074:
3075: Pa_Costing.CreateReverseCdl( X_exp_item_id => X_exp_item_id,
3076: X_backout_id => Pa_Adjustments.BackOutId,

Line 3075: Pa_Costing.CreateReverseCdl( X_exp_item_id => X_exp_item_id,

3071: IF P_DEBUG_MODE THEN
3072: print_message('get_denom_curr_code: ' || 'calling Pa_Costing.CreateReverseCdl api');
3073: END IF;
3074:
3075: Pa_Costing.CreateReverseCdl( X_exp_item_id => X_exp_item_id,
3076: X_backout_id => Pa_Adjustments.BackOutId,
3077: X_user => X_user,
3078: X_status => temp_status);
3079: