DBA Data[Home] [Help]

APPS.OE_HOLDS_PVT dependencies on OE_SHIP_TO_ORGS_V

Line 96: from oe_ship_to_orgs_v

92: AND cust_acct.cust_account_id = p_hold_entity_id;
93:
94: CURSOR ship_to_value_cur IS
95: select name
96: from oe_ship_to_orgs_v
97: where ORGANIZATION_ID = p_hold_entity_id;
98:
99: CURSOR bill_to_value_cur IS
100: select name