DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_SETS

Line 4699: from oe_sets

4695: IF (p_line_rec.arrival_set_id is not null) THEN
4696: BEGIN
4697: select set_name
4698: into x_line_val_rec.arrival_set
4699: from oe_sets
4700: where set_id=p_line_rec.arrival_set_id;
4701:
4702:
4703: EXCEPTION

Line 4719: from oe_sets

4715: IF (p_line_rec.ship_set_id is not null) THEN
4716: BEGIN
4717: select set_name
4718: into x_line_val_rec.ship_set
4719: from oe_sets
4720: where set_id=p_line_rec.ship_set_id;
4721:
4722:
4723: EXCEPTION