DBA Data[Home] [Help]

APPS.IEX_DUNNING_PVT dependencies on IEX_SEND_XML_PVT

Line 3361: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

3357: * then template_id is necessary;
3358: * if XML, xdo_template_id is necessary;
3359: *===========================================*/
3360:
3361: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
3362: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
3363: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
3364: (l_curr_dmethod = 'FFM' and l_template_id is null) or
3365: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 4017: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

4013: * then template_id is necessary;
4014: * if XML, xdo_template_id is necessary;
4015: *===========================================*/
4016:
4017: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
4018: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
4019: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
4020: (l_curr_dmethod = 'FFM' and l_template_id is null) or
4021: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 4710: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

4706: * then template_id is necessary;
4707: * if XML, xdo_template_id is necessary;
4708: *===========================================*/
4709:
4710: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
4711: WriteLog('iexvdunb:ResendLevelDunn:curr d_method='||l_curr_dmethod);
4712: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
4713: (l_curr_dmethod = 'FFM' and l_template_id is null) or
4714: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 5347: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

5343: * then template_id is necessary;
5344: * if XML, xdo_template_id is necessary;
5345: *===========================================*/
5346:
5347: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
5348: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
5349: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
5350: (l_curr_dmethod = 'FFM' and l_template_id is null) or
5351: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 7209: IEX_SEND_XML_PVT.Send_COPY(p_api_version_number => l_api_version

7205:
7206: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Call SEND_COPY');
7207:
7208: BEGIN
7209: IEX_SEND_XML_PVT.Send_COPY(p_api_version_number => l_api_version
7210: ,p_init_msg_list => FND_API.G_FALSE
7211: ,p_commit => FND_API.G_TRUE
7212: ,p_resend => l_resend
7213: ,p_request_id => p_request_id

Line 7404: IEX_SEND_XML_PVT.Send_COPY(p_api_version_number => l_api_version

7400: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
7401: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Call SEND_COPY');
7402:
7403: BEGIN
7404: IEX_SEND_XML_PVT.Send_COPY(p_api_version_number => l_api_version
7405: ,p_init_msg_list => FND_API.G_FALSE
7406: ,p_commit => FND_API.G_TRUE
7407: ,p_resend => l_resend
7408: ,p_request_id => p_request_id