DBA Data[Home] [Help]

APPS.RCV_FTE_CALL_PVT dependencies on WSH_UTIL_CORE

Line 30: IF (WSH_UTIL_CORE.FTE_IS_INSTALLED <> 'Y') THEN

26:
27: -- If this is a regular RECEIPT_ADD transaction,
28: -- we just need to note it
29:
30: IF (WSH_UTIL_CORE.FTE_IS_INSTALLED <> 'Y') THEN
31: asn_debug.put_line('RCV_FTE_CALL_PVT.call_fte: fte not installed, skipping fte call');
32: RETURN;
33: END IF;
34: