DBA Data[Home] [Help]

APPS.GMIALLOC dependencies on IC_TRAN_CMP

Line 66: from ic_tran_cmp

62:
63: /*===============Variable Declarations==================================*/
64: Cursor Cur_get_trans_cmp is
65: select whse_code, location,lot_id,item_id
66: from ic_tran_cmp
67: where doc_type = 'TRNI'
68: and doc_id = pdoc_id
69: and line_type = -1
70: and lot_id > 0;