DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PA_OTC_API

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

6806:
6807: if v_allow_adjustments = 'N'
6808: and x_adj_action in ( 'PROJECT OR TASK CHANGE')
6809: and l_transaction_source = 'ORACLE TIME AND LABOR' then
6810: Pa_Otc_Api.AdjustAllowedToOTCItem(l_orig_transaction_reference,l_adjust_allowed);
6811: if not l_adjust_allowed then
6812: v_allow_adjustments := 'PA_CANT_TRAN_OTC_ITEM';
6813: end if;
6814: end if;