DBA Data[Home] [Help]

APPS.GMICCAL dependencies on IC_TRAN_PND

Line 495: FROM ic_tran_pnd

491: SELECT item_id, lot_id, whse_code,
492: location, doc_type, line_type,
493: reason_code, trans_date, trans_id,
494: trans_qty, trans_qty2
495: FROM ic_tran_pnd
496: WHERE whse_code = UPPER(pwhse_code)
497: AND trans_date >= pprd_start_date
498: AND creation_date <= plog_end_date
499: AND trans_qty <> 0