DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_ORDER_SOURCES

Line 2425: from oe_order_sources

2421: IF (p_header_rec_type.order_source_id is not null) THEN
2422: BEGIN
2423: select name
2424: into x_header_val_rec.order_source
2425: from oe_order_sources
2426: where order_source_id=p_header_rec_type.order_source_id;
2427:
2428:
2429: EXCEPTION

Line 2445: from oe_order_sources

2441: IF (p_header_rec_type.source_document_type_id is not null) THEN
2442: BEGIN
2443: select name
2444: into x_header_val_rec.source_document_type
2445: from oe_order_sources
2446: where order_source_id=p_header_rec_type.source_document_type_id;
2447:
2448:
2449: EXCEPTION