DBA Data[Home] [Help]

APPS.RCV_CALL_LCM_WS dependencies on INL_INTEGRATION_GRP

Line 62: INL_INTEGRATION_GRP.Import_FromRCV(p_rti_rec);

58: IF p_rti_rec.first IS NOT NULL THEN
59:
60: asn_debug.put_line('calling LCM API for RSH');
61:
62: INL_INTEGRATION_GRP.Import_FromRCV(p_rti_rec);
63:
64: asn_debug.put_line('after calling LCM API for RSH: ' || p_rti_rec.COUNT);
65:
66: END IF;

Line 89: INL_INTEGRATION_GRP.Import_FromRCV(p_rti_rec);

85: IF p_rti_rec.first IS NOT NULL THEN
86:
87: asn_debug.put_line('calling LCM API for RHI' || p_rti_rec.COUNT);
88:
89: INL_INTEGRATION_GRP.Import_FromRCV(p_rti_rec);
90:
91: asn_debug.put_line(' after calling LCM API for RHI' || p_rti_rec.COUNT);
92:
93: END IF;