DBA Data[Home] [Help]

APPS.IBE_ORDER_SAVE_PVT dependencies on OE_HOLD_DEFINITIONS

Line 2716: select hold_id from oe_hold_definitions where name = 'STORE_HOLD';

2712: )
2713: IS
2714:
2715: cursor c_holdid is
2716: select hold_id from oe_hold_definitions where name = 'STORE_HOLD';
2717:
2718: cursor cr_persontype(cr_prtyid number) is
2719: select party_type from hz_parties where party_id = cr_prtyid;
2720: