DBA Data[Home] [Help]

APPS.RCV_LCM_WEB_SERVICE dependencies on INL_INTEGRATION_GRP

Line 31: INL_INTEGRATION_GRP.Get_LandedCost(p_rti_rec,p_group_id,p_processing_mode);

27: IF p_rti_rec.first IS NOT NULL THEN
28:
29: asn_debug.put_line('calling LCM API to get the landed cost' || p_rti_rec.COUNT);
30:
31: INL_INTEGRATION_GRP.Get_LandedCost(p_rti_rec,p_group_id,p_processing_mode);
32:
33: asn_debug.put_line('after calling LCM API to get the landed cost' || p_rti_rec.COUNT);
34:
35: END IF;