DBA Data[Home] [Help]

APPS.WMS_OTM_DOCK_SYNC dependencies on WMS_ORG_DOCK_TBL_TYPE

Line 38: x_org_dock_tbl OUT NOCOPY WMS_ORG_DOCK_TBL_TYPE,

34: PROCEDURE Send_Dock_Doors (
35: p_entity_in_rec IN WSH_OTM_ENTITY_REC_TYPE,
36: x_username OUT NOCOPY VARCHAR2,
37: x_password OUT NOCOPY VARCHAR2,
38: x_org_dock_tbl OUT NOCOPY WMS_ORG_DOCK_TBL_TYPE,
39: x_return_status OUT NOCOPY VARCHAR2,
40: x_msg_data OUT NOCOPY VARCHAR2 )
41: IS
42: -- Cursor to get the Location XID for the Organization

Line 81: x_org_dock_tbl := WMS_ORG_DOCK_TBL_TYPE();

77: || ' , OTM Password : ' || x_password
78: || ' , Number of Organizations : '||p_entity_in_rec.entity_id_tbl.count, 4);
79: END IF;
80:
81: x_org_dock_tbl := WMS_ORG_DOCK_TBL_TYPE();
82:
83: FOR i in p_entity_in_rec.entity_id_tbl.first..p_entity_in_rec.entity_id_tbl.last LOOP --{
84:
85: x_org_dock_tbl.extend;