DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on PA_PROJECT_UTILS

Line 1011: -- The OR clause and pa_project_utils.check_project_action_allowed

1007: Pa_Otc_Api.AdjustAllowedToOTCItem(ExpEi.Orig_Transaction_Reference,
1008: l_OtlItem_Reversable);
1009: End If;
1010:
1011: -- The OR clause and pa_project_utils.check_project_action_allowed
1012: -- condition is added to the code for checking whether for project
1013: -- belonging to expenditure items have status for which new transactions
1014: -- are allowed. If new transactions are not allowed for particular
1015: -- project, the corresponding expenditure item will be rejected and

Line 1024: (Pa_Project_Utils.Check_Project_Action_Allowed(l_Project_Id,'NEW_TXNS') ='N') OR

1020: if ((Not Check_Reverse_Allowed(
1021: ExpEi.Net_Zero_Adjustment_Flag,
1022: ExpEi.Source_Expenditure_Item_Id,
1023: ExpEi.Transferred_From_Exp_Item_Id)) OR
1024: (Pa_Project_Utils.Check_Project_Action_Allowed(l_Project_Id,'NEW_TXNS') ='N') OR
1025: (Not l_OtlItem_Reversable) ) Then
1026:
1027: num_rejected := num_rejected + 1 ;
1028: