DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_PVT dependencies on OE_AR_ACCEPTANCE_GRP

Line 560: OE_AR_Acceptance_GRP.Get_interface_attributes

556: END;
557: END IF;
558: --AR should be notified only for post-billing acceptance and not for rejection.(i.e. if accepted_quantity=0)
559: IF g_accepted_quantity_tbl(i) is not null and g_accepted_quantity_tbl(i) <>0 THEN
560: OE_AR_Acceptance_GRP.Get_interface_attributes
561: ( p_line_id => g_line_id_tbl(i)
562: , x_line_flex_rec => l_line_flex_rec
563: , x_return_status => l_return_status
564: , x_msg_count => l_msg_count