DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_LINE_PATTR_UTIL

Line 1413: OE_Line_PAttr_Util.copy_pricing_attributes

1409:
1410: -- added by lkxu: to copy pricing attributes
1411: ELSIF l_request_type = OE_GLOBALS.G_COPY_PRICING_ATTRIBUTES THEN
1412:
1413: OE_Line_PAttr_Util.copy_pricing_attributes
1414: (p_from_line_id => to_number(l_request_rec.param2)
1415: ,p_to_line_id => l_request_rec.entity_id
1416: ,p_to_Header_id => to_number(l_request_rec.param1)
1417: ,x_return_status => l_return_status

Line 1426: OE_Line_PAttr_Util.copy_model_pattr

1422: /* bug 1857538
1423: copy_model_pattr now takes only the line_id as parameter
1424: Corresponding changes are in OEXULPAS and OEXULPAB
1425: */
1426: OE_Line_PAttr_Util.copy_model_pattr
1427: (
1428: --p_model_line_id => l_request_rec.entity_id
1429: p_to_line_id => to_number(l_request_rec.param1)
1430: ,x_return_status => l_return_status