DBA Data[Home] [Help]

APPS.WSH_INTERFACE_EXT_GRP dependencies on WSH_TRIP_STOPS_PVT

Line 1138: x_out_tab OUT NOCOPY WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type) IS

1134:
1135:
1136: Procedure map_Stop_Attr_Tbl_Type(
1137: p_in_tab IN WSH_INTERFACE_EXT_GRP.Stop_Attr_Tbl_Type,
1138: x_out_tab OUT NOCOPY WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type) IS
1139:
1140: Begin
1141:
1142:

Line 1266: l_Stop_Attr_Tbl_Type WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;

1262: x_msg_count OUT NOCOPY NUMBER,
1263: x_msg_data OUT NOCOPY VARCHAR2) IS
1264:
1265: l_stopInRecType WSH_TRIP_STOPS_GRP.stopInRecType;
1266: l_Stop_Attr_Tbl_Type WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
1267: l_stop_out_tab_type WSH_TRIP_STOPS_GRP.stop_out_tab_type;
1268: BEGIN
1269: --
1270: Map_stopInRecType(p_in_rec, l_stopInRecType);