DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_LINE_ADJ_ASSOCS_UTIL

Line 1348: OE_Line_Adj_Assocs_Util.copy_assoc_lines

1344: --bug 16317238
1345: ELSIF l_request_type = OE_GLOBALS.G_COPY_ASSOCIATION THEN
1346:
1347: oe_debug_pub.ADD('Processing copy associations');
1348: OE_Line_Adj_Assocs_Util.copy_assoc_lines
1349: (p_from_line_id => to_number(l_request_rec.param2)
1350: ,p_to_line_id => l_request_rec.entity_id
1351: ,p_from_pr_adjustment_id =>to_number(l_request_rec.param4)
1352: ,p_from_rltd_padj_id =>to_number(l_request_rec.param5)