DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_LINE_SCREDIT_UTIL

Line 1280: OE_Line_Scredit_Util.Lock_Rows

1276: -- bug 3317323
1277:
1278: -- delete the existing Sales Credit on the RMA line
1279: BEGIN
1280: OE_Line_Scredit_Util.Lock_Rows
1281: (p_line_id => p_line_id
1282: ,x_line_Scredit_tbl => l_Line_Scredit_tbl
1283: ,x_return_status => l_return_status);
1284:

Line 1327: OE_Line_Scredit_Util.Query_Rows(p_line_id => l_ref_line_id

1323: END;
1324: */
1325:
1326: BEGIN
1327: OE_Line_Scredit_Util.Query_Rows(p_line_id => l_ref_line_id
1328: ,x_line_Scredit_tbl => l_Line_Scredit_tbl);
1329: EXCEPTION
1330: WHEN NO_DATA_FOUND THEN
1331: --RETURN;