DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on IEX_XML_PKG

Line 558: IEX_XML_PKG.insert_row (

554:
555: WriteLog(l_msg || ' insert_row' );
556: WriteLog(' before insert xml org_id ' || p_org_id);
557: -- Insert Table with XML
558: IEX_XML_PKG.insert_row (
559: px_rowid => l_rowid
560: ,px_xml_request_id => l_request_id
561: ,p_query_temp_id => l_query_temp_id -- Added for bug#8845762 by SNUTHALA on 9/14/2009
562: ,p_status => 'XMLDATA'

Line 697: IEX_XML_PKG.update_row (

693: WriteLog(l_msg || ' Exc_Error:'|| SQLERRM);
694: x_return_status := FND_API.G_RET_STS_ERROR;
695: -- Update Table with Status
696: l_status := 'FAILURE';
697: IEX_XML_PKG.update_row (
698: p_xml_request_id => l_request_id
699: ,p_status => l_status
700: );
701: FND_MSG_PUB.Count_And_Get

Line 713: IEX_XML_PKG.update_row (

709: WriteLog(l_msg || ' UnExc_Error:'|| SQLERRM);
710: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
711: -- Update Table with Status
712: l_status := 'FAILURE';
713: IEX_XML_PKG.update_row (
714: p_xml_request_id => l_request_id
715: ,p_status => l_status
716: );
717: FND_MSG_PUB.Count_And_Get

Line 729: IEX_XML_PKG.update_row (

725: WriteLog(l_msg || ' Other:'|| SQLERRM);
726: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
727: -- Update Table with Status
728: l_status := 'FAILURE';
729: IEX_XML_PKG.update_row (
730: p_xml_request_id => l_request_id
731: ,p_status => l_status
732: );
733: FND_MSG_PUB.Count_And_Get