DBA Data[Home] [Help]

APPS.IEX_DUNNING_PUB dependencies on IEX_XML_PKG

Line 1362: IEX_XML_PKG.update_row(

1358: -- l_conf_mode := 'REJECTED';
1359: -- l_status := 'CANCELLED';
1360: end if;
1361:
1362: IEX_XML_PKG.update_row(
1363: p_xml_request_id => l_xml_request_id
1364: , p_status => l_status
1365: , p_confirmation_mode => l_conf_mode
1366: );

Line 1394: IEX_XML_PKG.update_row(

1390: if l_confirmation_mode = 'CONFIRM' then
1391: l_conf_mode := 'CONFIRMED';
1392: end if;
1393:
1394: IEX_XML_PKG.update_row(
1395: p_xml_request_id => l_xml_request_id
1396: , p_status => l_status
1397: , p_confirmation_mode => l_conf_mode
1398: );