DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_HEADER_UTIL

Line 694: -- This procedure is called from OE_HEADER_UTIL(OEXUHDRB.pls)

690: -- line. Checks are like, Updating quantity on Service Lines
691: -- not allowed, or setting qty to zero on Booked order not
692: -- allowed, and processing of Cancelled Quantities and Flags
693: -- if the flow is a cancellation flow.
694: -- This procedure is called from OE_HEADER_UTIL(OEXUHDRB.pls)
695: -- and OE_LINE_UTIL(OEXULINB.pls), for checking constraints
696: -- on cancellation and calculating Cancelled Quantities
697: -- for Cancellation flows, or for other flows where secondary
698: -- Cancelled quantities need to be populated.

Line 1941: oe_header_util.Query_Row( p_header_id => l_header_id

1937: oe_line_util.Query_Rows( p_header_id => l_header_id
1938: , x_line_tbl => l_line_old_tbl
1939: );
1940:
1941: oe_header_util.Query_Row( p_header_id => l_header_id
1942: , x_header_rec => l_header_rec
1943: );
1944:
1945: --l_line_tbl := l_line_old_tbl;