DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_CONTACTS_V

Line 2384: from oe_contacts_v

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