DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_DS_PVT

Line 22291: IF OE_DS_PVT.Check_Req_PO_Cancelled

22287: END IF;
22288: RETURN;
22289: END IF;
22290:
22291: IF OE_DS_PVT.Check_Req_PO_Cancelled
22292: (p_line_id => p_x_line_rec.line_id
22293: ,p_header_id => p_x_line_rec.header_id) THEN
22294:
22295: FND_MESSAGE.Set_Name('ONT', 'ONT_DS_PO_CANCELLED');