DBA Data[Home] [Help]

APPS.WSH_BULK_PROCESS_GRP dependencies on WSH_IB_TXN_MATCH_PKG

Line 154: --Calls API WSH_IB_TXN_MATCH_PKG.matchTransaction to match the Records

150: p_line_rec => p_line_rec,
151: x_return_status => l_return_status
152: );
153:
154: --Calls API WSH_IB_TXN_MATCH_PKG.matchTransaction to match the Records
155: --based on Action code.
156: elsif
157: (p_action_prms.caller like '%PO%' AND
158: wsh_util_core.fte_is_installed = 'Y' AND

Line 176: WSH_IB_TXN_MATCH_PKG.matchTransaction

172: THEN
173:
174: --l_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
175: --l_action_prms := p_action_prms;
176: WSH_IB_TXN_MATCH_PKG.matchTransaction
177: (
178: p_action_prms => p_action_prms,
179: p_line_rec => p_line_rec,
180: x_return_status => l_return_status