DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_LINE_SCREDIT_UTIL

Line 1281: OE_Line_Scredit_Util.Lock_Rows

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

Line 1328: OE_Line_Scredit_Util.Query_Rows(p_line_id => l_ref_line_id

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