DBA Data[Home] [Help]

APPS.GMIALLOC dependencies on OP_CUST_ITM

Line 118: from op_cust_itm

114: and hold.holdreas_code = ordr.holdreas_code
115: and hold.invcommit_ind = 0
116: and hold.delete_mark = 0
117: and ( (not exists (select 1
118: from op_cust_itm
119: where cust_id = ordr.shipcust_id
120: and item_id = pcur_get_trans_cmp.item_id
121: and whse_restrictions = 1
122: and delete_mark = 0

Line 126: from op_cust_itm

122: and delete_mark = 0
123: )
124: )
125: OR (exists (select 1
126: from op_cust_itm
127: where cust_id = ordr.shipcust_id
128: and item_id = pcur_get_trans_cmp.item_id
129: and whse_restrictions = 1
130: and whse_code = pto_whse_code