DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_PVT dependencies on OE_AR_ACCEPTANCE_GRP

Line 667: OE_AR_Acceptance_GRP.Get_interface_attributes

663: -- End Bug 8859412
664:
665: --AR should be notified only for post-billing acceptance and not for rejection.(i.e. if accepted_quantity=0)
666: IF g_accepted_quantity_tbl(i) is not null and g_accepted_quantity_tbl(i) <>0 THEN
667: OE_AR_Acceptance_GRP.Get_interface_attributes
668: ( p_line_id => g_line_id_tbl(i)
669: , x_line_flex_rec => l_line_flex_rec
670: , x_return_status => l_return_status
671: , x_msg_count => l_msg_count

Line 676: oe_debug_pub.add('return status from OE_AR_Acceptance_GRP.Get_interface_attributes : '||l_return_status); --added for bug 16085063

672: , x_msg_data => l_msg_data
673: );
674:
675: IF l_debug_level > 0 THEN
676: oe_debug_pub.add('return status from OE_AR_Acceptance_GRP.Get_interface_attributes : '||l_return_status); --added for bug 16085063
677: END IF;
678:
679:
680: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN