DBA Data[Home] [Help]

APPS.PO_VALIDATIONS dependencies on PO_VAL_PRICE_ADJS

Line 5945: PO_VAL_PRICE_ADJS.ovr_chng_reas_code_not_null(

5941: -- Price Adjustments Validations
5942: ---------------------------------------------------------------
5943: --When price adjustment line is updated, change reason code should not be NULL
5944: WHEN c_change_reason_code_not_null THEN
5945: PO_VAL_PRICE_ADJS.ovr_chng_reas_code_not_null(
5946: p_price_adj_id_tbl => p_price_adjustments.price_adjustment_id
5947: , p_updated_flag_tbl => p_price_adjustments.updated_flag
5948: , p_change_reason_code_tbl => p_price_adjustments.change_reason_code
5949: , x_results => x_results

Line 5955: PO_VAL_PRICE_ADJS.ovr_chng_reas_text_not_null(

5951: );
5952:
5953: --When price adjustment line is updated, change reason text should not be NULL
5954: WHEN c_change_reason_text_not_null THEN
5955: PO_VAL_PRICE_ADJS.ovr_chng_reas_text_not_null(
5956: p_price_adj_id_tbl => p_price_adjustments.price_adjustment_id
5957: , p_updated_flag_tbl => p_price_adjustments.updated_flag
5958: , p_change_reason_text_tbl => p_price_adjustments.change_reason_text
5959: , x_results => x_results