DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on PA_PROJECT_UTILS

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

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

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

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