DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_DS_PVT

Line 24175: IF OE_DS_PVT.Check_Req_PO_Cancelled

24171: END IF;
24172: RETURN;
24173: END IF;
24174:
24175: IF OE_DS_PVT.Check_Req_PO_Cancelled
24176: (p_line_id => p_x_line_rec.line_id
24177: ,p_header_id => p_x_line_rec.header_id) THEN
24178:
24179: FND_MESSAGE.Set_Name('ONT', 'ONT_DS_PO_CANCELLED');