DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PA_COSTING

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

2203: IF ( l_gl_accounted_flag = 'Y' and l_system_linkage_function <> 'VI' )
2204: OR ( p_billable_change = 'N') then
2205:
2206: IF P_DEBUG_MODE THEN
2207: print_message('get_denom_curr_code: ' || 'calling pa_costing reversecdl api from work type adjustment api');
2208: END IF;
2209: Pa_Costing.ReverseCdl
2210: ( X_expenditure_item_id => p_exp_item_id
2211: , X_billable_flag => p_billable

Line 2209: Pa_Costing.ReverseCdl

2205:
2206: IF P_DEBUG_MODE THEN
2207: print_message('get_denom_curr_code: ' || 'calling pa_costing reversecdl api from work type adjustment api');
2208: END IF;
2209: Pa_Costing.ReverseCdl
2210: ( X_expenditure_item_id => p_exp_item_id
2211: , X_billable_flag => p_billable
2212: , X_amount => NULL
2213: , X_quantity => NULL

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

2640: /* Bug 4610677 - Reversal CDL will not be created for GL Accounted VI and ER transactions */
2641: IF p_gl_accounted_flag = 'Y' and
2642: p_system_linkage_function NOT IN ('VI','ER','INV') THEN
2643:
2644: Pa_Costing.ReverseCdl( X_expenditure_item_id => ItemsIdTab(i)
2645: , X_billable_flag => X_billable
2646: , X_amount => NULL
2647: , X_quantity => NULL
2648: , X_burdened_cost => NULL

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

2782: AND expenditure_item_id = AdjustsIdTab(i) ;
2783:
2784: IF p_gl_accounted_flag = 'Y' THEN
2785:
2786: Pa_Costing.ReverseCdl( X_expenditure_item_id => AdjustsIdTab(i)
2787: , X_billable_flag => X_billable
2788: , X_amount => NULL
2789: , X_quantity => NULL
2790: , X_burdened_cost => NULL

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

3009: Call procedure to create CDL for the backout item (if necessary)
3010: */
3011:
3012: IF P_DEBUG_MODE THEN
3013: print_message('get_denom_curr_code: ' || 'calling Pa_Costing.CreateReverseCdl api');
3014: END IF;
3015:
3016: Pa_Costing.CreateReverseCdl( X_exp_item_id => X_exp_item_id,
3017: X_backout_id => Pa_Adjustments.BackOutId,

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

3012: IF P_DEBUG_MODE THEN
3013: print_message('get_denom_curr_code: ' || 'calling Pa_Costing.CreateReverseCdl api');
3014: END IF;
3015:
3016: Pa_Costing.CreateReverseCdl( X_exp_item_id => X_exp_item_id,
3017: X_backout_id => Pa_Adjustments.BackOutId,
3018: X_user => X_user,
3019: X_status => temp_status);
3020: