DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on WIP_MTLINTERFACEPROC_PUB

Line 1075: AHL_DEBUG_PUB.debug('Before calling wip_mtlInterfaceProc_pub.processInterface....');

1071: RAISE FND_API.G_EXC_ERROR;
1072: END IF;
1073: -- Now process the interface records
1074: IF G_DEBUG='Y' THEN
1075: AHL_DEBUG_PUB.debug('Before calling wip_mtlInterfaceProc_pub.processInterface....');
1076: END IF;
1077:
1078: wip_mtlInterfaceProc_pub.processInterface(
1079: p_txnHdrId => l_Txn_Header_Id,

Line 1078: wip_mtlInterfaceProc_pub.processInterface(

1074: IF G_DEBUG='Y' THEN
1075: AHL_DEBUG_PUB.debug('Before calling wip_mtlInterfaceProc_pub.processInterface....');
1076: END IF;
1077:
1078: wip_mtlInterfaceProc_pub.processInterface(
1079: p_txnHdrId => l_Txn_Header_Id,
1080: x_returnStatus => x_return_status
1081: );
1082:

Line 1088: AHL_DEBUG_PUB.debug('wip_mtlInterfaceProc_pub.processInterface....errored');

1084: mo_global.init('AHL');
1085:
1086: IF(x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) THEN
1087: IF G_DEBUG='Y' THEN
1088: AHL_DEBUG_PUB.debug('wip_mtlInterfaceProc_pub.processInterface....errored');
1089: AHL_DEBUG_PUB.debug('count of error msgs: ' || FND_MSG_PUB.COUNT_MSG);
1090: END IF;
1091: --RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1092: END IF;