DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_ORDER_SOURCES

Line 2424: from oe_order_sources

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

Line 2444: from oe_order_sources

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