DBA Data[Home] [Help]

APPS.WSH_PO_INTEGRATION_GRP dependencies on WSH_PO_CMG_PVT

Line 107: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PO_CMG_PVT.CHECK_PENDING_TXNS',WSH_DEBUG_SV.C_PROC_LEVEL);

103: --
104: -- Debug Statements
105: --
106: IF l_debug_on THEN
107: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_PO_CMG_PVT.CHECK_PENDING_TXNS',WSH_DEBUG_SV.C_PROC_LEVEL);
108: END IF;
109: --
110:
111: -- A function call to determine for checking pending transactions.

Line 115: l_purge := WSH_PO_CMG_PVT.check_pending_txns(p_in_rec.header_ids(i),NULL,NULL,NULL);

111: -- A function call to determine for checking pending transactions.
112: -- If the function returns
113: -- 0 -> implies no pending transactions.
114: -- 1 -> implies pending transactions.
115: l_purge := WSH_PO_CMG_PVT.check_pending_txns(p_in_rec.header_ids(i),NULL,NULL,NULL);
116: IF l_purge = 0 THEN
117: x_out_rec.purge_allowed(i) := 'Y';
118: ELSIF l_purge = 1 THEN
119: x_out_rec.purge_allowed(i) := 'N';