DBA Data[Home] [Help]

APPS.WSH_OTM_SYNC_ITEM_PKG dependencies on WSH_OTM_GLOG_ITEM_TBL

Line 25: -- of collection WSH_OTM_GLOG_ITEM_TBL thats maps to

21: -- x_transmission_id Transmission id passed to the caller
22: -- x_return_status Returns WSH_UTIL_CORE.G_RET_STS_SUCCESS if Success
23: -- Description :This Function takes input from the txn service and passes
24: -- the item data back. The item data is passed in the form of
25: -- of collection WSH_OTM_GLOG_ITEM_TBL thats maps to
26: -- GLOG Schema ITEMMASTER
27: -----------------------------------------------------------------------------
28: FUNCTION get_EBS_item_info( p_entity_in_rec IN WSH_OTM_ENTITY_REC_TYPE,
29: x_transmission_id OUT NOCOPY NUMBER,

Line 31: ) RETURN WSH_OTM_GLOG_ITEM_TBL;

27: -----------------------------------------------------------------------------
28: FUNCTION get_EBS_item_info( p_entity_in_rec IN WSH_OTM_ENTITY_REC_TYPE,
29: x_transmission_id OUT NOCOPY NUMBER,
30: x_return_status OUT NOCOPY VARCHAR2
31: ) RETURN WSH_OTM_GLOG_ITEM_TBL;
32:
33:
34: -----------------------------------------------------------------------------
35: --