DBA Data[Home] [Help]

APPS.OE_CHG_ORDER_PVT dependencies on OE_LINE_SCREDIT_UTIL

Line 1827: OE_LINE_SCREDIT_UTIL.Query_Row

1823: p_line_scredit_rec.sales_credit_id <> FND_API.G_MISS_NUM) then
1824: l_line_scredit_rec := p_line_scredit_rec;
1825: else
1826: -- query the header record
1827: OE_LINE_SCREDIT_UTIL.Query_Row
1828: (p_sales_credit_id => p_line_scredit_id,
1829: x_line_scredit_rec => l_line_scredit_rec
1830: );
1831: end if;