DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on OE_SHIP_FROM_ORGS_V

Line 129: from oe_ship_from_orgs_v

125: l_index NUMBER;
126:
127: cursor c_ship_from_org_name(p_ship_from_org_id number) is
128: select name
129: from oe_ship_from_orgs_v
130: where organization_id = p_ship_from_org_id;
131:
132: cursor c_inv_item_desc(p_inv_item_id number, p_organization_id number) is
133: select padded_concatenated_segments, description