DBA Data[Home] [Help]

APPS.OE_CHG_ORDER_PVT dependencies on OE_LINE_SCREDIT_UTIL

Line 1809: OE_LINE_SCREDIT_UTIL.Query_Row

1805: p_line_scredit_rec.sales_credit_id <> FND_API.G_MISS_NUM) then
1806: l_line_scredit_rec := p_line_scredit_rec;
1807: else
1808: -- query the header record
1809: OE_LINE_SCREDIT_UTIL.Query_Row
1810: (p_sales_credit_id => p_line_scredit_id,
1811: x_line_scredit_rec => l_line_scredit_rec
1812: );
1813: end if;