DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_CONTACTS_V

Line 2385: from oe_contacts_v

2381: IF (p_header_rec_type.deliver_to_contact_id is not null) THEN
2382: BEGIN
2383: select name
2384: into x_header_val_rec.deliver_to_contact
2385: from oe_contacts_v
2386: where contact_id=p_header_rec_type.deliver_to_contact_id;
2387:
2388:
2389: EXCEPTION