DBA Data[Home] [Help]

APPS.GMIALLOC dependencies on OP_ORDR_HDR

Line 182: from op_ordr_hdr

178: --{
179: BEGIN
180: select order_id
181: into orderid
182: from op_ordr_hdr
183: where order_id = Cur_get_trans_pnd_rec.doc_id
184: and delete_mark = 0
185: FOR UPDATE NOWAIT;
186: