DBA Data[Home] [Help]

APPS.GMIVQTY dependencies on GMICCAL

Line 865: l_return_val := GMICCAL.trans_date_validate

861: /* BEGIN BUG#1492002 Sastry */
862: /* Transaction date should be less than sysdate including the timestamp*/
863: IF (l_qty_rec.trans_type NOT IN (4,5,9,10))
864: THEN
865: l_return_val := GMICCAL.trans_date_validate
866: ( l_qty_rec.trans_date
867: , l_qty_rec.orgn_code
868: , l_qty_rec.from_whse_code
869: );