Exemple #1
0
 public static int CheckHierarchy_SendForApproval(string ReqsnCode, string DocumentCode, int VesselCode, string LogedInUserID, decimal RqstAmt, decimal ApproverLimit, DataTable dtQuotationList_ForTopApprover)
 {
     return(DAL_PURC_Common.CheckHierarchy_SendForApproval_DL(ReqsnCode, DocumentCode, VesselCode, LogedInUserID, RqstAmt, ApproverLimit, dtQuotationList_ForTopApprover));
 }