DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_CONTACTS_V

Line 4291: from oe_contacts_v

4287: IF (p_line_rec.intermed_ship_to_contact_id is not null) THEN
4288: BEGIN
4289: select name
4290: into x_line_val_rec.intmed_ship_to_contact
4291: from oe_contacts_v
4292: where contact_id=p_line_rec.intermed_ship_to_contact_id;
4293:
4294:
4295: EXCEPTION

Line 4364: from oe_contacts_v

4360: IF (p_line_rec.deliver_to_contact_id is not null) THEN
4361: BEGIN
4362: select name
4363: into x_line_val_rec.deliver_to_contact
4364: from oe_contacts_v
4365: where contact_id=p_line_rec.deliver_to_contact_id;
4366:
4367:
4368: EXCEPTION