DBA Data[Home] [Help]

APPS.XDPCORE_LINE dependencies on XDP_INSTALL_BASE

Line 2082: XDP_INSTALL_BASE.UPDATE_IB(p_order_id => l_OrderID,

2078:
2079: if l_OrderID is not null and
2080: l_LineItemID is not null then
2081:
2082: XDP_INSTALL_BASE.UPDATE_IB(p_order_id => l_OrderID,
2083: p_line_id => l_LineItemID,
2084: p_error_code => l_errcode,
2085: p_error_description => l_error_description);
2086: end if;