DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PVT dependencies on GMICCAL

Line 1122: l_return_val := GMICCAL.trans_date_validate ( l_trans_rec.trans_date

1118:
1119: -- Validate Transaction Date For Transactions
1120: -- That are not type 5 - GRADE CHANGE
1121: IF l_trans_rec.trans_type <> 5 THEN
1122: l_return_val := GMICCAL.trans_date_validate ( l_trans_rec.trans_date
1123: , l_trans_rec.orgn_code
1124: , l_trans_rec.from_whse_code
1125: );
1126: END IF;