DBA Data[Home] [Help]

APPS.IEX_DUNNING_PVT dependencies on IEX_SEND_XML_PVT

Line 4537: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

4533: * then template_id is necessary;
4534: * if XML, xdo_template_id is necessary;
4535: *===========================================*/
4536:
4537: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
4538: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
4539: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
4540: (l_curr_dmethod = 'FFM' and l_template_id is null) or
4541: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 5939: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

5935: * then template_id is necessary;
5936: * if XML, xdo_template_id is necessary;
5937: *===========================================*/
5938:
5939: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
5940: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
5941: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
5942: (l_curr_dmethod = 'FFM' and l_template_id is null) or
5943: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 7375: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

7371: * then template_id is necessary;
7372: * if XML, xdo_template_id is necessary;
7373: *===========================================*/
7374:
7375: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
7376: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
7377: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
7378: (l_curr_dmethod = 'FFM' and l_template_id is null) or
7379: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 8613: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

8609: * then template_id is necessary;
8610: * if XML, xdo_template_id is necessary;
8611: *===========================================*/
8612:
8613: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
8614: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
8615: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
8616: (l_curr_dmethod = 'FFM' and l_template_id is null) or
8617: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 9561: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

9557: * then template_id is necessary;
9558: * if XML, xdo_template_id is necessary;
9559: *===========================================*/
9560:
9561: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
9562: WriteLog('iexvdunb:ResendLevelDunn:curr d_method='||l_curr_dmethod);
9563: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
9564: (l_curr_dmethod = 'FFM' and l_template_id is null) or
9565: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 10674: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

10670: * then template_id is necessary;
10671: * if XML, xdo_template_id is necessary;
10672: *===========================================*/
10673:
10674: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
10675: WriteLog('iexvdunb:ResendLevelDunn:curr d_method='||l_curr_dmethod);
10676: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
10677: (l_curr_dmethod = 'FFM' and l_template_id is null) or
10678: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 11493: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

11489: * then template_id is necessary;
11490: * if XML, xdo_template_id is necessary;
11491: *===========================================*/
11492:
11493: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
11494: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
11495: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
11496: (l_curr_dmethod = 'FFM' and l_template_id is null) or
11497: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 12289: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;

12285: * then template_id is necessary;
12286: * if XML, xdo_template_id is necessary;
12287: *===========================================*/
12288:
12289: l_curr_dmethod := IEX_SEND_XML_PVT.getCurrDeliveryMethod;
12290: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - curr d_method='||l_curr_dmethod);
12291: if ( (l_curr_dmethod is null or l_curr_dmethod = '') or
12292: (l_curr_dmethod = 'FFM' and l_template_id is null) or
12293: (l_curr_dmethod = 'XML' and l_xdo_template_id is null ) ) then

Line 14466: IEX_SEND_XML_PVT.Send_COPY(p_api_version_number => l_api_version

14462:
14463: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Call SEND_COPY');
14464: WriteLog(' before send_copy org_id ' || p_org_id);
14465: BEGIN
14466: IEX_SEND_XML_PVT.Send_COPY(p_api_version_number => l_api_version
14467: ,p_init_msg_list => FND_API.G_FALSE
14468: ,p_commit => FND_API.G_TRUE
14469: ,p_resend => l_resend
14470: ,p_request_id => p_request_id

Line 14828: IEX_SEND_XML_PVT.Send_COPY(p_api_version_number => l_api_version

14824:
14825: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Call SEND_COPY');
14826: WriteLog( ' before send_copy org_id ' || p_org_id);
14827: BEGIN
14828: IEX_SEND_XML_PVT.Send_COPY(p_api_version_number => l_api_version
14829: ,p_init_msg_list => FND_API.G_FALSE
14830: ,p_commit => FND_API.G_TRUE
14831: ,p_resend => l_resend
14832: ,p_request_id => p_request_id