DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_CONTACTS_V

Line 4569: from oe_contacts_v

4565: IF (p_line_rec.intermed_ship_to_contact_id is not null) THEN
4566: BEGIN
4567: select name
4568: into x_line_val_rec.intmed_ship_to_contact
4569: from oe_contacts_v
4570: where contact_id=p_line_rec.intermed_ship_to_contact_id;
4571:
4572:
4573: EXCEPTION

Line 4642: from oe_contacts_v

4638: IF (p_line_rec.deliver_to_contact_id is not null) THEN
4639: BEGIN
4640: select name
4641: into x_line_val_rec.deliver_to_contact
4642: from oe_contacts_v
4643: where contact_id=p_line_rec.deliver_to_contact_id;
4644:
4645:
4646: EXCEPTION