DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_SETS

Line 4421: from oe_sets

4417: IF (p_line_rec.arrival_set_id is not null) THEN
4418: BEGIN
4419: select set_name
4420: into x_line_val_rec.arrival_set
4421: from oe_sets
4422: where set_id=p_line_rec.arrival_set_id;
4423:
4424:
4425: EXCEPTION

Line 4441: from oe_sets

4437: IF (p_line_rec.ship_set_id is not null) THEN
4438: BEGIN
4439: select set_name
4440: into x_line_val_rec.ship_set
4441: from oe_sets
4442: where set_id=p_line_rec.ship_set_id;
4443:
4444:
4445: EXCEPTION