DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PA_OTC_API

Line 6646: Pa_Otc_Api.AdjustAllowedToOTCItem(l_orig_transaction_reference,l_adjust_allowed);

6642:
6643: if v_allow_adjustments = 'N'
6644: and x_adj_action in ( 'PROJECT OR TASK CHANGE')
6645: and l_transaction_source = 'ORACLE TIME AND LABOR' then
6646: Pa_Otc_Api.AdjustAllowedToOTCItem(l_orig_transaction_reference,l_adjust_allowed);
6647: if not l_adjust_allowed then
6648: v_allow_adjustments := 'PA_CANT_TRAN_OTC_ITEM';
6649: end if;
6650: end if;